summary refs log tree commit diff stats
path: root/xfce.nix
diff options
context:
space:
mode:
Diffstat (limited to 'xfce.nix')
-rw-r--r--xfce.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/xfce.nix b/xfce.nix
new file mode 100644
index 0000000..db2b65c
--- /dev/null
+++ b/xfce.nix
@@ -0,0 +1,11 @@
+{ config, pkgs, ... }:
+
+{
+	services = {
+		blueman.enable = true;
+		xserver = {
+			enable = true;
+			desktopManager.xfce.enable = true;
+		};
+	};
+}