diff --git a/home/alt.nix b/home/alt.nix index ea49ad9..d360065 100644 --- a/home/alt.nix +++ b/home/alt.nix @@ -2,7 +2,9 @@ { home.username = "alt"; + home.homeDirectory = "/home/alt"; home.stateVersion = "22.11"; + nixpkgs = { config = { allowUnfree = true; @@ -40,7 +42,7 @@ ]; imports = [ - ./desktop + ./gnome ./firefox.nix ./foot.nix ./fish.nix