Remove Home Manager and revert to NixOS Stable
This commit is contained in:
parent
206109dbc7
commit
7ef1b0a63d
4 changed files with 7 additions and 45 deletions
|
|
@ -13,7 +13,5 @@
|
|||
"flakes"
|
||||
];
|
||||
|
||||
home-manager.users.nettika = import ./home.nix;
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
home = {
|
||||
username = "nettika";
|
||||
homeDirectory = "/home/nettika";
|
||||
stateVersion = "24.05";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue