diff --git a/home/gunalx/base.nix b/home/gunalx/base.nix index e748d26..227ccd3 100644 --- a/home/gunalx/base.nix +++ b/home/gunalx/base.nix @@ -10,12 +10,6 @@ enable = true; }; - nixpkgs = { - config = { - allowUnfree = true; - allowUnfreePredicate = (_: true); - }; - }; programs.bash = { enable = true; diff --git a/home/root/base.nix b/home/root/base.nix index 174caab..3436bee 100644 --- a/home/root/base.nix +++ b/home/root/base.nix @@ -10,12 +10,6 @@ enable = true; }; - nixpkgs = { - config = { - allowUnfree = true; - allowUnfreePredicate = (_: true); - }; - }; programs.bash = { enable = true; diff --git a/machines/aragon/configuration.nix b/machines/aragon/configuration.nix index 464842b..151a595 100644 --- a/machines/aragon/configuration.nix +++ b/machines/aragon/configuration.nix @@ -90,7 +90,7 @@ #basic programming - kate + kdePackages.kate vscode-fhs gcc gpp