restructure home as submodule of each system
This commit is contained in:
parent
ed8de34c0f
commit
88ad3517bf
26 changed files with 6 additions and 6 deletions
12
modules/system/home/themes/default.nix
Normal file
12
modules/system/home/themes/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }: {
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gtk3";
|
||||
style.name = "adwaita-dark";
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme.name = "Adwaita Dark";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue