diff --git a/configuration.nix b/configuration.nix index bcf98f0..517cc3a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -200,3 +200,4 @@ # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "22.05"; # Did you read the comment? +} diff --git a/extra-nixos.nix b/extra-nixos.nix index eb08e10..15a0652 100644 --- a/extra-nixos.nix +++ b/extra-nixos.nix @@ -18,6 +18,5 @@ }; settings.auto-optimize-store = true; }; + } - -} \ No newline at end of file