diff --git a/modules/home/default.nix b/modules/home/default.nix index cd82aaf..212a7b9 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -1,13 +1,12 @@ { ...}: { imports = - [(import ./bat.nix)] # better cat command - ++ [(import ./git.nix)] # version control + [(import ./git.nix)] # version control ++ [(import ./swaync/default.nix)] # notification panel ++ [(import ./hyprland)] # window manager ++ [(import ./kitty.nix)] # terminal ++ [(import ./mako.nix)] # notification deamon ++ [(import ./nvim.nix)] # neovim editor - ++ [(import ./zathura.nix)] # neovim editor + ++ [(import ./zathura.nix)] # neovim editor ++ [(import ./packages.nix)] # other packages ++ [(import ./scripts/scripts.nix)] # personal scripts ++ [(import ./swaylock.nix)] # lock screen