Moved gtk config to home manager

This commit is contained in:
EsVagy42 2025-05-28 04:40:50 +02:00
parent e89ff9fe47
commit 32c78b189c
3 changed files with 11 additions and 11 deletions

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" = {
@ -46,7 +54,7 @@
home.file.".config/mimeapps.list" = { source = ./mimeapps/mimeapps.list; };
home.file.".mozilla/native-messaging-hosts" = {
source = ./mozilla/native-messaging-hosts;
recursive = true;
source = ./mozilla/native-messaging-hosts;
recursive = true;
};
}