Update packages to not use the gnome namespace
This commit is contained in:
parent
cb5fcc1af6
commit
1575659c7b
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
rofi-wayland
|
rofi-wayland
|
||||||
foot
|
foot
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
gnome.nautilus
|
nautilus
|
||||||
pavucontrol
|
pavucontrol
|
||||||
nvidia-vaapi-driver
|
nvidia-vaapi-driver
|
||||||
];
|
];
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
name = "Adwaita";
|
name = "Adwaita";
|
||||||
package = pkgs.gnome.adwaita-icon-theme;
|
package = pkgs.adwaita-icon-theme;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue