diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/user.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/profiles/user.nix b/profiles/user.nix index 858a36a..73c4fcb 100644 --- a/profiles/user.nix +++ b/profiles/user.nix @@ -5,9 +5,6 @@ inputs, ... }: { - imports = [ - inputs.home-manager.nixosModules."home-manager" - ]; config = { age.secrets.id_ed25519 = { file = ../secrets/id_ed25519.age; |