1
Fork 0

Use a preset theme instead of stylix for gtk

This commit is contained in:
caem 2024-05-30 19:41:19 +02:00
parent daddbaf867
commit c409d58b19
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 19 additions and 0 deletions

17
users/hu/packages/gtk.nix Normal file
View 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;
};
};
}

View file

@ -28,6 +28,7 @@
targets = {
grub.enable = false;
gtk.enable = false;
};
opacity = {

View file

@ -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