update not NixOS 25.05, switch go Gnome

This commit is contained in:
2025-07-01 14:43:57 +02:00
parent 2ae3539681
commit 19fd771e13
8 changed files with 45 additions and 37 deletions

View File

@@ -1,14 +1,10 @@
{ config, pkgs, ... }:
{
nix = {
package = pkgs.nixFlakes;
#package = pkgs.nixFlakes;
settings = {
experimental-features = [ "nix-command" "flakes" ];
};
};
system.stateVersion = "23.05";
}