summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-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 = {