mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 14:09:51 -07: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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue