diff options
| -rw-r--r-- | home/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/home/default.nix b/home/default.nix index ec9e368..6b2900c 100644 --- a/home/default.nix +++ b/home/default.nix @@ -11,7 +11,6 @@ in { flake.homeConfigurations.ebisu = let - username = "ebisu"; flakeDirectory = ".nixos-config"; pkgs = (kansaiPkgs { })."${builtins.currentSystem}"; in @@ -19,7 +18,7 @@ in inherit pkgs; modules = with inputs; [ - ./${username} + ./ebisu chaotic.homeManagerModules.default pywal-nix.homeManagerModules.${pkgs.system}.default rui.homeManagerModules.${pkgs.system}.default @@ -32,7 +31,6 @@ in outputs self secrets - username flakeDirectory ; }; |