mirror of
https://github.com/0x1d/nix.git
synced 2025-12-14 22:02:25 +01:00
update not NixOS 25.05, switch go Gnome
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
#package = pkgs.nixFlakes;
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
};
|
||||
};
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user