Disable nix-index, put some folder icons in place for plasma
This commit is contained in:
parent
69581a5018
commit
d04143fd72
3 changed files with 18 additions and 2 deletions
|
@ -28,6 +28,22 @@
|
||||||
target = ".config/kdeconnect/config";
|
target = ".config/kdeconnect/config";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
|
home.file."Games/.directory" = {
|
||||||
|
text = ''
|
||||||
|
[Desktop Entry]
|
||||||
|
Icon=folder-games
|
||||||
|
'';
|
||||||
|
target = "Games/.directory";
|
||||||
|
force = true;
|
||||||
|
};
|
||||||
|
home.file."Code/.directory" = {
|
||||||
|
text = ''
|
||||||
|
[Desktop Entry]
|
||||||
|
Icon=folder-script
|
||||||
|
'';
|
||||||
|
target = "Code/.directory";
|
||||||
|
force = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
programs = {
|
programs = {
|
||||||
# Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently
|
# Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently
|
||||||
command-not-found.enable = lib.mkForce false;
|
command-not-found.enable = lib.mkForce false;
|
||||||
nix-index.enable = true;
|
# nix-index.enable = true;
|
||||||
nix-index-database.comma.enable = true;
|
nix-index-database.comma.enable = true;
|
||||||
|
|
||||||
direnv = {
|
direnv = {
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
programs = {
|
programs = {
|
||||||
# Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently
|
# Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently
|
||||||
command-not-found.enable = lib.mkForce false;
|
command-not-found.enable = lib.mkForce false;
|
||||||
nix-index.enable = true;
|
# nix-index.enable = true;
|
||||||
nix-index-database.comma.enable = true;
|
nix-index-database.comma.enable = true;
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue