diff --git a/hosts/randolph/home.nix b/hosts/randolph/home.nix index edc1a8e..71e6f07 100644 --- a/hosts/randolph/home.nix +++ b/hosts/randolph/home.nix @@ -15,8 +15,9 @@ rec { ../../snippets/sway.nix ../../snippets/waybar.nix # ../../snippets/i3blocks.nix - ../../snippets/firefox.nix + # ../../snippets/firefox.nix ../../snippets/thunderbird.nix + ../../snippets/qutebrowser.nix ]; home.username = "alice"; @@ -47,9 +48,12 @@ rec { }; }; - # Configure xdg-desktop-portal (for file picker, etc.) - # xdg.portal = { - # enable = true; + # Configure default apps + # xdg.mimeApps = { + # enable = true; + # defaultApplications = { + # "application/pdf" = "org.pwmt.zathura.desktop"; + # }; # }; # Install packages @@ -135,7 +139,7 @@ rec { ] ++ # Spell checking # [ papirus-icon-theme ] ++ # Icons # [ vanilla-dmz ] ++ # Cursor - [ ] ++ # Temp + [ keyutils ] ++ # Temp [ ]; programs.home-manager.enable = true;