Moved gtk config to home manager
This commit is contained in:
parent
e89ff9fe47
commit
32c78b189c
3 changed files with 11 additions and 11 deletions
12
home.nix
12
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" = {
|
||||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue