summaryrefslogtreecommitdiff
path: root/hosts/omar/desktop-environment/default.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2025-03-25 12:06:52 +0100
committerLinnnus <[email protected]>2025-03-25 12:06:52 +0100
commite89fa203c3f11a93fe8805e911744b3b8a049973 (patch)
tree1c2d2b145c69bc9be9214ffb21d403a44cc79931 /hosts/omar/desktop-environment/default.nix
parent7f8c32c8295610ec7e5b8e387ea52cfa88250496 (diff)
Remove omar
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;
- # };
-}