diff options
author | Linnnus <[email protected]> | 2024-12-28 06:05:06 +0000 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-01-27 19:48:53 +0000 |
commit | 58be3bb1c50db8f0748b51cff0c2fe187236dd4d (patch) | |
tree | a6bfbd9d1f297107abd735203f2a37095c47572e /hosts/omar/configuration.nix | |
parent | a5aa6f36856037a66765db90ca6550e10589f5f0 (diff) |
omar: Set home.version
Diffstat (limited to 'hosts/omar/configuration.nix')
-rw-r--r-- | hosts/omar/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/omar/configuration.nix b/hosts/omar/configuration.nix index 55b5040..a25322b 100644 --- a/hosts/omar/configuration.nix +++ b/hosts/omar/configuration.nix @@ -50,6 +50,7 @@ # I am planning on using this host when traveling. ../../shared/home-manager/development-full ]; + home.stateVersion = "24.11"; }; # Enable the X11 windowing system. |