From 251ea36117f63919dbb7b928e45740a71f90c7b4 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 19 Apr 2026 23:17:47 +0200 Subject: minor mpv changes --- hosts/desktop/configuration.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'hosts/desktop') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 28e417b..f55e857 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -97,10 +97,21 @@ }; }; + services.xserver.desktopManager.xfce = { + enable = true; + enableWaylandSession = true; + waylandSessionCompositor = "labwc"; + enableScreensaver = false; + }; + + programs = { + xfconf.enable = true; + thunar.enable = true; + }; + environment.systemPackages = [ inputs.subtui.packages.x86_64-linux.subtui pkgs.gimp - pkgs.brave ]; boot = { -- cgit v1.3