From b86078e7ebff27bde5ca4994e6192f8dfa395573 Mon Sep 17 00:00:00 2001 From: Till Date: Wed, 26 Jun 2024 10:40:22 +0200 Subject: [PATCH] alt desktop? --- home/alt.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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