Re-add gtk configuration, switch Thunar back to
...the dark theme
This commit is contained in:
parent
91aa0e0c0e
commit
2220569643
|
@ -11,6 +11,7 @@
|
|||
./modules/espanso.nix
|
||||
./modules/feh.nix
|
||||
./modules/flameshot.nix
|
||||
./modules/gtk.nix
|
||||
./modules/mpv.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