summaryrefslogtreecommitdiff
path: root/hosts/desktop
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-04-19 23:17:47 +0200
committeradikro <adikro@disroot.org>2026-04-19 23:17:47 +0200
commit251ea36117f63919dbb7b928e45740a71f90c7b4 (patch)
tree2e877ea555b99ada90a3dbfa9618dc1a1a91439a /hosts/desktop
parent97eec64e5b301c9b25a31289ef909df2f2eb11e5 (diff)
minor mpv changes
Diffstat (limited to 'hosts/desktop')
-rw-r--r--hosts/desktop/configuration.nix13
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 = {