diff options
Diffstat (limited to 'form/home.nix')
| -rw-r--r-- | form/home.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/form/home.nix b/form/home.nix index c141011..1836a34 100644 --- a/form/home.nix +++ b/form/home.nix @@ -12,6 +12,8 @@ extraPackages = with pkgs; [ wmenu cmatrix + wayneko + pfetch ]; }; @@ -26,6 +28,10 @@ terminal = "foot"; }; + qutebrowser = { + enable = true; + }; + mako.enable = true; neovide.enable = true; zsh.enable = true; |