Remove Home Manager and revert to NixOS Stable

This commit is contained in:
2024-07-08 16:46:43 -07:00
parent 206109dbc7
commit 7ef1b0a63d
4 changed files with 7 additions and 45 deletions

View File

@@ -13,7 +13,5 @@
"flakes"
];
home-manager.users.nettika = import ./home.nix;
system.stateVersion = "24.05";
}

View File

@@ -1,8 +0,0 @@
{ ... }:
{
home = {
username = "nettika";
homeDirectory = "/home/nettika";
stateVersion = "24.05";
};
}