mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: add papirus icons for gtk
This commit is contained in:
parent
88c89e9b6c
commit
ac8712080f
1 changed files with 5 additions and 1 deletions
6
home.nix
6
home.nix
|
@ -364,11 +364,15 @@
|
||||||
name = "Bibata-Modern-Ice";
|
name = "Bibata-Modern-Ice";
|
||||||
size = 20;
|
size = 20;
|
||||||
};
|
};
|
||||||
|
iconTheme = {
|
||||||
|
name = "Papirus Dark";
|
||||||
|
package = pkgs.papirus-icon-theme;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme = "qtct";
|
platformTheme.name = "qtct";
|
||||||
style.name = "kvantum";
|
style.name = "kvantum";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue