Use a preset theme instead of stylix for gtk
This commit is contained in:
parent
daddbaf867
commit
c409d58b19
3 changed files with 19 additions and 0 deletions
17
users/hu/packages/gtk.nix
Normal file
17
users/hu/packages/gtk.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
stylix.targets.gtk.enable = false;
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "Gruvbox-Dark-BL-LB";
|
||||
package = pkgs.gruvbox-gtk-theme;
|
||||
};
|
||||
iconTheme = {
|
||||
name = "elementary";
|
||||
package = pkgs.pantheon.elementary-icon-theme;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
targets = {
|
||||
grub.enable = false;
|
||||
gtk.enable = false;
|
||||
};
|
||||
|
||||
opacity = {
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
imports = [
|
||||
./packages/zsh/zsh-home.nix
|
||||
./packages/git.nix
|
||||
./packages/gtk.nix
|
||||
# ./packages/tmux.nix
|
||||
./packages/hyprland.nix
|
||||
./packages/foot.nix
|
||||
|
|
Loading…
Reference in a new issue