aboutsummaryrefslogtreecommitdiff
path: root/hosts/commons/desktop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/commons/desktop/default.nix')
-rw-r--r--hosts/commons/desktop/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/hosts/commons/desktop/default.nix b/hosts/commons/desktop/default.nix
deleted file mode 100644
index f150066..0000000
--- a/hosts/commons/desktop/default.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{lib, config, pkgs, ...}:
-{
- imports = [
- ./fonts.nix
- ./sound.nix
- ./xserver.nix
- ];
-}