Remove papirus-icon-theme package due to collision
This commit is contained in:
parent
fba7fae3f5
commit
42e17dd4c3
|
@ -1,12 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
glib
|
||||
gnome.adwaita-icon-theme
|
||||
papirus-icon-theme
|
||||
papirus-folders
|
||||
];
|
||||
home.packages = with pkgs; [ glib gnome.adwaita-icon-theme papirus-folders ];
|
||||
gtk = {
|
||||
enable = true;
|
||||
cursorTheme = {
|
||||
|
|
Loading…
Reference in a new issue