From cc72effdce91896ff066891bc153c2efdf0bb2e3 Mon Sep 17 00:00:00 2001 From: "Adrian Gunnar Lauterer (aider)" Date: Sat, 24 May 2025 03:30:24 +0200 Subject: [PATCH] fix: Remove nixpkgs config and update kate alias in configurations --- home/gunalx/base.nix | 6 ------ home/root/base.nix | 6 ------ machines/aragon/configuration.nix | 2 +- 3 files changed, 1 insertion(+), 13 deletions(-) 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