about summary refs log tree commit diff stats
path: root/home-manager/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/default.nix')
-rw-r--r--home-manager/default.nix28
1 files changed, 2 insertions, 26 deletions
diff --git a/home-manager/default.nix b/home-manager/default.nix
index c11b8d85..82e6927d 100644
--- a/home-manager/default.nix
+++ b/home-manager/default.nix
@@ -16,32 +16,8 @@
   dataHome = "${homeDirectory}/.local/share";
 in {
   imports = [
-# ./impermanence #  TODO doesn't work
-
-
-    ./alacritty
-    ./cups
-    ./firefox
-    ./gammastep
-    ./git
-    ./grades
-    ./gtk
-    ./keepassxc
-    ./latexindent
-    ./less
-    ./lf
-    ./mako
-    ./mpd
-    ./neovim
-    ./npm
-    ./python
-    ./rclone
-    ./river
-    ./ssh
-    ./swayidle
-    ./swaylock
-    ./yambar
-    ./zsh
+    ./impermanence
+    ./packages
   ];
   home = {
     inherit username homeDirectory;