Ok I think this should work

This commit is contained in:
Jimbo 2024-09-03 14:52:21 -04:00
parent 460899f2d7
commit c7d88c9ce5
6 changed files with 19 additions and 4 deletions

View file

@ -13,4 +13,7 @@
homedate = "home-manager switch --flake ~/.home-manager/.#jimbo@SSH --extra-experimental-features 'nix-command flakes'";
};
};
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
home.stateVersion = "24.05";
}