diff --git a/profiles/nixos/base.nix b/profiles/nixos/base.nix index 3204215..4cb27cb 100644 --- a/profiles/nixos/base.nix +++ b/profiles/nixos/base.nix @@ -45,9 +45,6 @@ in defaultEditor = true; }; - # Allow unfree packages - nixpkgs.config.allowUnfree = true; - # Enable the usage of flakes nix.settings.experimental-features = [ "nix-command"