mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Changed the location of stateVersion
This commit is contained in:
parent
fa16743a14
commit
4ba795b57d
@ -4,7 +4,6 @@
|
|||||||
home = {
|
home = {
|
||||||
username = username;
|
username = username;
|
||||||
homeDirectory = homeDir;
|
homeDirectory = homeDir;
|
||||||
stateVersion = "25.11";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|||||||
@ -11,6 +11,7 @@ in
|
|||||||
# Refer to the nixOS host for info about home-manager
|
# Refer to the nixOS host for info about home-manager
|
||||||
inherit commonHome;
|
inherit commonHome;
|
||||||
|
|
||||||
|
home.stateVersion = "25.11";
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user