diff options
| author | adikro <adikro@disroot.org> | 2026-04-19 23:17:47 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-04-19 23:17:47 +0200 |
| commit | 251ea36117f63919dbb7b928e45740a71f90c7b4 (patch) | |
| tree | 2e877ea555b99ada90a3dbfa9618dc1a1a91439a /hosts/desktop/configuration.nix | |
| parent | 97eec64e5b301c9b25a31289ef909df2f2eb11e5 (diff) | |
minor mpv changes
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 13 |
1 files changed, 12 insertions, 1 deletions
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 = { |
