Removed gtk configuration from home.nix

This commit is contained in:
EsVagy42 2025-11-18 16:26:18 +01:00
parent 08b3d20883
commit 8c7d58a2be
2 changed files with 1 additions and 9 deletions

View file

@ -32,14 +32,6 @@
userEmail = "sltamagotchi@gmail.com";
};
gtk = {
enable = true;
theme = {
name = "Breeze-Dark";
package = pkgs.kdePackages.breeze-gtk;
};
};
home.file.".config/konsolerc" = {
source = ./konsole/konsolerc;
};