summaryrefslogtreecommitdiff
path: root/hosts/muhammed/home/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/muhammed/home/default.nix')
-rw-r--r--hosts/muhammed/home/default.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/hosts/muhammed/home/default.nix b/hosts/muhammed/home/default.nix
deleted file mode 100644
index 9eb78bc..0000000
--- a/hosts/muhammed/home/default.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-# Here we extend the HM user defined in `home/default.nix`. All the global HM
-# stuff is defined in there.
-{...}: {
- home-manager.users.linus = {
- imports = [
- ./iterm2
- ./noweb
- ./neovim
- ./dev-utils
- ./misc-utils
- ./qbittorrent
- ];
- };
-}