From 5a2b3094f559e138a10bcd46399d3deaa5c93683 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 23 Sep 2023 07:12:52 +0100 Subject: [PATCH] Add protonvpn, make steam settings window floating --- home/hyprland/config.nix | 1 + system/desktop.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index 6921c4ad..c28601f1 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -145,6 +145,7 @@ windowrulev2 = float,title:(Open),class:(soffice) windowrulev2 = float,class:(org.remmina.Remmina),title:^(Remmina Remote Desktop Client)$ windowrulev2 = float,class:(steam),title:(Friends List) + windowrulev2 = float,class:(steam),title:(Steam Settings) # Workspace definitions # 1: [a]ny diff --git a/system/desktop.nix b/system/desktop.nix index aca83c40..a4dce581 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -7,6 +7,8 @@ glib gsettings-desktop-schemas catppuccin-sddm-corners + protonvpn-cli + protonvpn-gui ]; security.rtkit.enable = true; sound.enable = true;