fixed system, some hyprland issues
This commit is contained in:
parent
42a08f5005
commit
0efae6bb84
7 changed files with 106 additions and 120 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue