diff --git a/hosts/morty/home-config.nix b/hosts/morty/home-config.nix index 75314e9..6a2d52d 100644 --- a/hosts/morty/home-config.nix +++ b/hosts/morty/home-config.nix @@ -1,6 +1,18 @@ { ... }: { config.modules = { - video.kdenlive.enable = true; + application = { + zathura.enable = true; + }; + cli = { + neovim.enable = true; + vifm.enable = true; + zsh.enable = true; + }; + video = { + kdenlive.enable = true; + mpv.enable = true; + }; + web.firefox.enable = true; web.qutebrowser.enable = true; web.webcord.enable = true; gaming.lutris.enable = true;