1773267079

This commit is contained in:
2026-03-11 16:11:19 -06:00
parent 14c39cd025
commit 0bd86a067f
7 changed files with 47 additions and 32 deletions
+4 -2
View File
@@ -15,8 +15,10 @@
./modules/home.nix
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# xdg.portal.config.common.default = [ "cosmic" ];
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
system.stateVersion = "25.11";
}