Compare commits

..

2 Commits

Author SHA1 Message Date
8681424692 fix renamed warning 2026-01-23 20:05:07 +01:00
0956fccdc6 fix moved to top-level warning 2026-01-23 20:03:58 +01:00

View File

@@ -31,10 +31,10 @@ in {
}; };
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
xfce.xfce4-pulseaudio-plugin xfce4-pulseaudio-plugin
xfce.xfce4-clipman-plugin xfce4-clipman-plugin
xfce.xfce4-screenshooter xfce4-screenshooter
xfce.xfce4-whiskermenu-plugin xfce4-whiskermenu-plugin
thunar-archive-plugin thunar-archive-plugin
thunar-volman thunar-volman
gvfs gvfs
@@ -46,8 +46,8 @@ in {
(lib.mkIf cfg.gnome.enable { (lib.mkIf cfg.gnome.enable {
services.xserver = { services.xserver = {
enable = true; enable = true;
desktopManager.gnome.enable = true;
}; };
services.desktopManager.gnome.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gnome-tweaks gnome-tweaks
gnome-software gnome-software