summaryrefslogtreecommitdiff
path: root/hosts/omar/desktop-environment/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/omar/desktop-environment/default.nix')
-rw-r--r--hosts/omar/desktop-environment/default.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/hosts/omar/desktop-environment/default.nix b/hosts/omar/desktop-environment/default.nix
deleted file mode 100644
index 52800e0..0000000
--- a/hosts/omar/desktop-environment/default.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-# This module configures a desktop environment specific to this host.
-{
- imports = [
- ./window-manager.nix
- ./input.nix
- ];
-
- # Enable the X11 windowing system.
- services.xserver.enable = true;
-
- # Enable sound.
- # hardware.pulseaudio.enable = true;
- # OR
- # services.pipewire = {
- # enable = true;
- # pulse.enable = true;
- # };
-}