but like again
This commit is contained in:
2026-06-23 16:38:36 -07:00
parent 94b1c71b1e
commit 2720506046
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ in
{
# You can import other home-manager modules here
imports = [
#./features/niri/niri.nix
./features/niri/niri.nix
#./features/spicetify.nix
./features/yazi/yazi.nix
./features/nvimConf.nix
+1
View File
@@ -26,6 +26,7 @@ in {
"wireshark"
];
initialPassword = "nyx";
# TODO: use as needed
#openssh.authorizedKeys.keys = lib.splitString "\n" (builtins.readFile ../../../../home/gabriel/ssh.pub);
#hashedPasswordFile = config.sops.secrets.gabriel-password.path;