refactor in style of synaptic standard
This commit is contained in:
parent
ce295da1c1
commit
21c7f1a73e
119 changed files with 1098 additions and 3058 deletions
29
desktop/theming.nix
Normal file
29
desktop/theming.nix
Normal file
|
@ -0,0 +1,29 @@
|
|||
{ pkgs, rice, ... }:
|
||||
{
|
||||
# for quickshell
|
||||
qt.enable = true;
|
||||
|
||||
hm.home.packages = [
|
||||
pkgs.gtk-engine-murrine
|
||||
];
|
||||
hm.fonts.fontconfig.enable = true;
|
||||
|
||||
hm.qt = {
|
||||
enable = true;
|
||||
style.name = "adwaita-dark";
|
||||
platformTheme.name = "adwaita";
|
||||
};
|
||||
|
||||
hm.gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
inherit (rice.gtk-theme) package name;
|
||||
};
|
||||
iconTheme = {
|
||||
inherit (rice.icons) package name;
|
||||
};
|
||||
font = {
|
||||
inherit (rice.fonts.sans) size package name;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue