summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/common.nix2
-rw-r--r--modules/home/christian.nix (renamed from modules/home/default.nix)0
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 4c904dc..a61ce6e 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -34,10 +34,10 @@
isNormalUser = true;
extraGroups = [ "wheel" ];
};
+ home-manager.users.christian = import ./home/christian.nix;
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
- home-manager.users.christian = import ./home;
home-manager.extraSpecialArgs = { inherit inputs; };
environment.systemPackages = with pkgs; [
diff --git a/modules/home/default.nix b/modules/home/christian.nix
index 461f273..461f273 100644
--- a/modules/home/default.nix
+++ b/modules/home/christian.nix