added a bunch of nixos modules
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ ... }: {
|
||||
flake.modules.nixos.stateversion = {
|
||||
system.stateVersion = "24.05";
|
||||
};
|
||||
flake.modules.homeManager.stateversion = {
|
||||
home.stateVersion = "26.05";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user