diff options
| author | Christian <[email protected]> | 2026-01-18 21:59:30 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-18 22:05:15 -0600 |
| commit | 152de38181eca203c939ba2a5d50e0d76d522dc8 (patch) | |
| tree | 778df5e34d6ab1db1c2eea08e893f7a2045ce4fa /modules/common.nix | |
| parent | 875c8e5d08e463322e44bf66e8a5d4caa562bd4f (diff) | |
Restructure
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix index 73dc435..4c904dc 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -37,7 +37,7 @@ home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; - home-manager.users.christian = import ./home.nix; + home-manager.users.christian = import ./home; home-manager.extraSpecialArgs = { inherit inputs; }; environment.systemPackages = with pkgs; [ |
