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