mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2026-01-08 01:33:47 +01:00
fix: Remove nixpkgs config and update kate alias in configurations
This commit is contained in:
@@ -10,12 +10,6 @@
|
||||
enable = true;
|
||||
};
|
||||
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
allowUnfreePredicate = (_: true);
|
||||
};
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
|
||||
@@ -10,12 +10,6 @@
|
||||
enable = true;
|
||||
};
|
||||
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
allowUnfreePredicate = (_: true);
|
||||
};
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
|
||||
|
||||
#basic programming
|
||||
kate
|
||||
kdePackages.kate
|
||||
vscode-fhs
|
||||
gcc
|
||||
gpp
|
||||
|
||||
Reference in New Issue
Block a user