Initial commit

This commit is contained in:
2026-02-28 14:18:57 +01:00
commit 8110e8f10b
45 changed files with 6381 additions and 0 deletions

10
modules/state.nix Normal file
View File

@@ -0,0 +1,10 @@
{
den.default =
let
configState = "24.05";
in
{
nixos.system.stateVersion = configState;
homeManager.home.stateVersion = configState;
};
}