about summary refs log tree commit diff
path: root/users/common/desktop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/common/desktop/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/users/common/desktop/default.nix b/users/common/desktop/default.nix
deleted file mode 100644
index c7ac619..0000000
--- a/users/common/desktop/default.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ ... }:
-
-{
-  imports = [
-    ./browser.nix
-  ];
-}