move configs to nix
This commit is contained in:
parent
f1061c3c8c
commit
62ed20d1f5
6 changed files with 84 additions and 107 deletions
22
home-manager/hyprland/gtk.nix
Normal file
22
home-manager/hyprland/gtk.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
gtk = {
|
||||
enable = true;
|
||||
gtk3.extraConfig = {
|
||||
gtk-application-prefer-dark-theme = 1;
|
||||
};
|
||||
gtk4.extraConfig = {
|
||||
gtk-application-prefer-dark-theme = 1;
|
||||
};
|
||||
|
||||
theme = {
|
||||
package = pkgs.whitesur-gtk-theme;
|
||||
name = "Whitesur-dark";
|
||||
};
|
||||
|
||||
iconTheme = {
|
||||
package = pkgs.whitesur-icon-theme;
|
||||
name = "Whitesur-Dark";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue