added themes
This commit is contained in:
parent
3e94f9d30c
commit
62fc52c00f
2 changed files with 14 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
./git
|
./git
|
||||||
./media
|
./media
|
||||||
./terminal
|
./terminal
|
||||||
|
./themes
|
||||||
./utils
|
./utils
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
13
modules/home/themes/default.nix
Normal file
13
modules/home/themes/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{ ... }: {
|
||||||
|
qt = {
|
||||||
|
enable = true;
|
||||||
|
platformTheme = "gtk3";
|
||||||
|
style.name = "adwaita-dark";
|
||||||
|
};
|
||||||
|
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
font.name = "Alegreya Sans";
|
||||||
|
theme.name = "Adwaita Dark";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue