diff --git a/home/home.nix b/home/home.nix index 142a1bd..5964a14 100644 --- a/home/home.nix +++ b/home/home.nix @@ -32,6 +32,8 @@ top @ { config signal-desktop qbittorrent unzip + file + gnucash ]; home.pointerCursor = @@ -58,11 +60,21 @@ top @ { config font.name = "JetBrainsMono"; }; + qt = { + enable = true; + style.name = "kvantum"; + }; + wayland.windowManager.hyprland = { enable = true; settings = (import ./hyprland/settings.nix) top; }; + programs.thunderbird = { + enable = true; + profiles.default.isDefault = true; + }; + programs.zathura.enable = true; programs.direnv = {