diff options
| author | Christian <[email protected]> | 2026-01-19 09:16:43 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-19 09:16:43 -0600 |
| commit | d55e86917204dd7b2919eecb5e12861e22da9d16 (patch) | |
| tree | bf44290723a041cd55ed24f9aff0578456b6b0c5 | |
| parent | 152de38181eca203c939ba2a5d50e0d76d522dc8 (diff) | |
Rename file for potential future users
| -rw-r--r-- | modules/common.nix | 2 | ||||
| -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 |
