]> Repositories - machines.git/blobdiff - monsoon/configuration.nix
Add words to spell check
[machines.git] / monsoon / configuration.nix
index e060414120ea20b3c8ee327ed8c6f5d38a498e6e..4aa94c3d418ac3d519afc15e4ed41d4f523286aa 100644 (file)
@@ -69,7 +69,6 @@
                                jnoortheen.nix-ide
                                streetsidesoftware.code-spell-checker
                                github.copilot-chat
                                jnoortheen.nix-ide
                                streetsidesoftware.code-spell-checker
                                github.copilot-chat
-                               sourcegraph.amp
                        ];
                };
 
                        ];
                };
 
@@ -81,5 +80,4 @@
 
        system.stateVersion = "25.11";
        nix.settings.experimental-features = [ "nix-command" "flakes" ];
 
        system.stateVersion = "25.11";
        nix.settings.experimental-features = [ "nix-command" "flakes" ];
-       nixpkgs.config.allowUnfree = true;
 }
 }