mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-17 20:52:09 -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, ... }:
|
||||
{
|
||||
imports = [ ./stylix.nix ];
|
||||
# gtk = {
|
||||
# enable = true;
|
||||
# cursorTheme = {
|
||||
# name = "Bibata-Modern-Ice";
|
||||
# size = 26;
|
||||
# };
|
||||
# iconTheme = {
|
||||
# name = "Papirus-Dark";
|
||||
# };
|
||||
# };
|
||||
gtk = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
name = "Papirus-Dark";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,12 +11,5 @@
|
|||
hyprlock.enable = false;
|
||||
hyprland.enable = false;
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
name = "Papirus-Dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue