mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
feat: enable gtk theming again with icons
This commit is contained in:
parent
1fd3ef20a1
commit
c18b4315ee
2 changed files with 6 additions and 17 deletions
|
@ -1,14 +1,10 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [ ./stylix.nix ];
|
imports = [ ./stylix.nix ];
|
||||||
# gtk = {
|
gtk = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# cursorTheme = {
|
iconTheme = {
|
||||||
# name = "Bibata-Modern-Ice";
|
name = "Papirus-Dark";
|
||||||
# size = 26;
|
};
|
||||||
# };
|
};
|
||||||
# iconTheme = {
|
|
||||||
# name = "Papirus-Dark";
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,12 +11,5 @@
|
||||||
hyprlock.enable = false;
|
hyprlock.enable = false;
|
||||||
hyprland.enable = false;
|
hyprland.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
gtk = {
|
|
||||||
enable = true;
|
|
||||||
iconTheme = {
|
|
||||||
name = "Papirus-Dark";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue