diff options
| author | Fuwn <[email protected]> | 2024-10-03 03:49:43 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-03 03:49:43 -0700 |
| commit | 06e843aa0a3ff563b56d6c2146a97d4270664c05 (patch) | |
| tree | 1cf3f09a153a29bab435c37111e9aa5387adbc54 /home/ebisu/default.nix | |
| parent | home: move communication to kansai (diff) | |
| download | nixos-config-06e843aa0a3ff563b56d6c2146a97d4270664c05.tar.xz nixos-config-06e843aa0a3ff563b56d6c2146a97d4270664c05.zip | |
akashi: fix up home
Diffstat (limited to 'home/ebisu/default.nix')
| -rw-r--r-- | home/ebisu/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/ebisu/default.nix b/home/ebisu/default.nix index d4946af..eec344d 100644 --- a/home/ebisu/default.nix +++ b/home/ebisu/default.nix @@ -20,7 +20,6 @@ inputs.home-manager.lib.homeManagerConfiguration { ./${host} chaotic.homeManagerModules.default pywal-nix.homeManagerModules.${pkgs.system}.default - rui.homeManagerModules.${pkgs.system}.default sops-nix.homeManagerModules.sops ]; @@ -31,6 +30,7 @@ inputs.home-manager.lib.homeManagerConfiguration { self secrets flakeDirectory + system ; }; } |