fixed system, some hyprland issues

This commit is contained in:
Charlie Root 2024-05-15 13:59:52 +02:00
commit 0efae6bb84
7 changed files with 106 additions and 120 deletions

View file

@ -3,7 +3,6 @@ with lib;
let
cfg = config.modules.themes.gtk;
username = config.modules.other.system.username;
hmCfg = config.home-manager.users.${username};
in {
options.modules.themes.gtk = {
enable = mkEnableOption "gtk theming";
@ -36,10 +35,10 @@ in {
home-manager.users.${username} = {
gtk = {
enable = true;
theme = {
#package = pkgs.gruvbox-gtk-theme;
#name = "Gruvbox-Dark-BL";
};
# theme = {
# package = pkgs.gruvbox-gtk-theme;
# name = "Gruvbox-Dark-BL";
# };
iconTheme = {
name = "Papirus-Dark";
package = pkgs.catppuccin-papirus-folders;