diff options
| author | Andrew <admonty1@protonmail.com> | 2025-10-26 17:14:12 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-10-26 17:14:12 -0400 |
| commit | 4ff9589e42859920c678732b993f19b6dea91b82 (patch) | |
| tree | 228426b42081b6076a88d43c5cb4f98bc8957e07 /home.nix | |
| parent | impurities for librewolf (diff) | |
| download | nixos-4ff9589e42859920c678732b993f19b6dea91b82.tar.gz nixos-4ff9589e42859920c678732b993f19b6dea91b82.tar.bz2 nixos-4ff9589e42859920c678732b993f19b6dea91b82.zip | |
stuff
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -56,6 +56,7 @@ catppuccin-gtk inter prismlauncher + btop nixfmt-rfc-style p7zip github-desktop @@ -77,10 +78,13 @@ slurp swappy + vlc + skullNeovim.neovim protonvpn-cli protonvpn-gui + qbittorrent # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the # # parentheses. Maybe you want to install Nerd Fonts with a limited number of @@ -181,13 +185,14 @@ xdg.portal = { enable = true; - extraPortals = [pkgs.xdg-desktop-portal-hyprland]; + extraPortals = [pkgs.xdg-desktop-portal-hyprland pkgs.xdg-desktop-portal-gtk]; + config.common.default = ["hyprland" "gtk"]; + xdgOpenUsePortal = true; }; - services.gnome-keyring = { enable = true; }; - + services.network-manager-applet.enable = true; services.hyprpolkitagent.enable = true; home.pointerCursor = { hyprcursor.enable = true; |
