--wip-- [skip ci]
This commit is contained in:
parent
eea02abfcb
commit
762085707c
136 changed files with 261 additions and 261 deletions
30
hm/modules/gtk_theme.nix
Normal file
30
hm/modules/gtk_theme.nix
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{ pkgs, nixosConfig, ... }:
|
||||
{
|
||||
gtk = {
|
||||
enable = true;
|
||||
font = { inherit (nixosConfig.nix-rice.rice.font.normal) name package size; };
|
||||
iconTheme = {
|
||||
package = pkgs.qogir-icon-theme;
|
||||
name = "Qogir-dark";
|
||||
};
|
||||
theme = {
|
||||
package = pkgs.arc-theme;
|
||||
name = "Arc-Dark";
|
||||
};
|
||||
};
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "gtk";
|
||||
};
|
||||
|
||||
home = {
|
||||
pointerCursor = {
|
||||
package = pkgs.qogir-icon-theme;
|
||||
name = "Qogir";
|
||||
# size = 64;
|
||||
# x11.enable = true;
|
||||
gtk.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue