diff options
| author | Fuwn <[email protected]> | 2024-10-03 01:20:30 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-03 01:20:30 -0700 |
| commit | 3696ffe7df5814548c8e5590ba6c6e7e369a3416 (patch) | |
| tree | cd24f0b696819a2af7bd9e177e12bdb754bba8f5 /home/ebisu/default.nix | |
| parent | home: configure multi-host home setup (diff) | |
| download | nixos-config-3696ffe7df5814548c8e5590ba6c6e7e369a3416.tar.xz nixos-config-3696ffe7df5814548c8e5590ba6c6e7e369a3416.zip | |
home: core module
Diffstat (limited to 'home/ebisu/default.nix')
| -rw-r--r-- | home/ebisu/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/ebisu/default.nix b/home/ebisu/default.nix index 94e0ad9..d4946af 100644 --- a/home/ebisu/default.nix +++ b/home/ebisu/default.nix @@ -16,6 +16,7 @@ inputs.home-manager.lib.homeManagerConfiguration { inherit pkgs; modules = with inputs; [ + ./core ./${host} chaotic.homeManagerModules.default pywal-nix.homeManagerModules.${pkgs.system}.default |