diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/base.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base.nix b/modules/base.nix index 5452ce1..6c2d809 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -47,6 +47,6 @@ vimPlugins.vim-nix ]; - + nix.settings.experimental-features = [ "nix-command" "flakes" ]; system.stateVersion = "22.11"; # DO NOT EDIT! } \ No newline at end of file |