Added gtk theme config back to home.nix

This commit is contained in:
EsVagy42 2025-05-30 02:08:36 +02:00
parent 122944a132
commit 731e6afc52
2 changed files with 9 additions and 1 deletions

View file

@ -1 +1 @@
Changed nightcolor times
Added gtk theme config back to home.nix

View file

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