Added gtk theme config back to home.nix
This commit is contained in:
parent
122944a132
commit
731e6afc52
2 changed files with 9 additions and 1 deletions
8
home.nix
8
home.nix
|
|
@ -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" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue