summaryrefslogtreecommitdiffstats
path: root/home.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-10-26 17:14:12 -0400
committerAndrew <admonty1@protonmail.com>2025-10-26 17:14:12 -0400
commit4ff9589e42859920c678732b993f19b6dea91b82 (patch)
tree228426b42081b6076a88d43c5cb4f98bc8957e07 /home.nix
parentimpurities for librewolf (diff)
downloadnixos-4ff9589e42859920c678732b993f19b6dea91b82.tar.gz
nixos-4ff9589e42859920c678732b993f19b6dea91b82.tar.bz2
nixos-4ff9589e42859920c678732b993f19b6dea91b82.zip
stuff
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix11
1 files changed, 8 insertions, 3 deletions
diff --git a/home.nix b/home.nix
index e052586..ab33c12 100644
--- a/home.nix
+++ b/home.nix
@@ -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;