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
|
||||
foot
|
||||
wl-clipboard
|
||||
gnome.nautilus
|
||||
nautilus
|
||||
pavucontrol
|
||||
nvidia-vaapi-driver
|
||||
];
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
iconTheme = {
|
||||
name = "Adwaita";
|
||||
package = pkgs.gnome.adwaita-icon-theme;
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue