about summary refs log tree commit diff stats
path: root/home-manager/config/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/default.nix')
-rw-r--r--home-manager/config/default.nix36
1 files changed, 0 insertions, 36 deletions
diff --git a/home-manager/config/default.nix b/home-manager/config/default.nix
deleted file mode 100644
index 4dfb0f9b..00000000
--- a/home-manager/config/default.nix
+++ /dev/null
@@ -1,36 +0,0 @@
-{...}: {
-  imports = [
-    ./alacritty
-    ./btop
-    ./dconf
-    ./direnv
-    ./firefox
-    ./gammastep
-    ./git
-    ./gpg
-    ./grades
-    ./gtk
-    ./himalaya
-    ./keepassxc
-    ./latexindent
-    ./less
-    ./lf
-    ./mail
-    ./mako
-    ./mbsync
-    ./mpd
-    ./mpv
-    ./mumble
-    ./neomutt
-    ./neovim
-    ./nheko
-    ./npm
-    ./python
-    ./rclone
-    ./ssh
-    ./swayidle
-    ./swaylock
-    ./yambar
-    ./zsh
-  ];
-}