nushell etc for nomom

This commit is contained in:
Tao Tien 2025-03-08 22:35:46 -08:00
parent 620fe90134
commit 77c3aa4fc1
11 changed files with 1400 additions and 2 deletions

View file

@ -41,4 +41,9 @@
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJKLOGhoTauV+yBide0qYQzZ/0rRw7ImfrOTvuZxjIFl"
];
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.verbose = true;
home-manager.backupFileExtension = ".hm-bak";
home-manager.users.vy = import ./vy/HOME.nix {inherit inputs pkgs lib config;};
}