add hm config for all machines
All checks were successful
Lint / lint (push) Successful in 2s
Plex Update / update (push) Successful in 9s

This commit is contained in:
Vivian 2023-05-30 14:50:49 +02:00
parent af8d436204
commit 841f34cdd1
6 changed files with 25 additions and 23 deletions

View file

@ -69,7 +69,5 @@ in {
pinentryFlavor = "curses";
};
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.victor = import ./home.nix;
}

View file

@ -1,9 +1,4 @@
_: {
programs.home-manager.enable = true;
home.username = "victor";
home.homeDirectory = "/home/victor";
home.stateVersion = "22.05";
programs.direnv = {
enable = true;
nix-direnv = { enable = true; };