Disable nix-index, put some folder icons in place for plasma

This commit is contained in:
Lillian Violet 2025-08-19 16:46:49 +02:00
parent 69581a5018
commit d04143fd72
3 changed files with 18 additions and 2 deletions

View file

@ -28,6 +28,22 @@
target = ".config/kdeconnect/config";
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 = {
enable = true;