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