Configure gtk
This commit is contained in:
parent
e92cfa3b23
commit
8dc0e30556
|
@ -4,6 +4,7 @@
|
|||
./modules/copyq.nix
|
||||
./modules/dunst.nix
|
||||
./modules/espanso.nix
|
||||
./modules/gtk.nix
|
||||
./modules/feh.nix
|
||||
./modules/flameshot.nix
|
||||
./modules/kanshi.nix
|
||||
|
|
11
lib/nixos/home-manager/modules/gtk.nix
Normal file
11
lib/nixos/home-manager/modules/gtk.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme.package = pkgs.arc-theme;
|
||||
theme.name = "Arc-Dark";
|
||||
iconTheme.package = pkgs.arc-icon-theme;
|
||||
iconTheme.name = "Arc";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue