summaryrefslogtreecommitdiffstats
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;