fix: Remove nixpkgs config and update kate alias in configurations

This commit is contained in:
2025-05-24 03:30:24 +02:00
parent 6e96f4749f
commit cc72effdce
3 changed files with 1 additions and 13 deletions

View File

@@ -10,12 +10,6 @@
enable = true;
};
nixpkgs = {
config = {
allowUnfree = true;
allowUnfreePredicate = (_: true);
};
};
programs.bash = {
enable = true;

View File

@@ -10,12 +10,6 @@
enable = true;
};
nixpkgs = {
config = {
allowUnfree = true;
allowUnfreePredicate = (_: true);
};
};
programs.bash = {
enable = true;

View File

@@ -90,7 +90,7 @@
#basic programming
kate
kdePackages.kate
vscode-fhs
gcc
gpp