summaryrefslogtreecommitdiff
path: root/nix/programs
diff options
context:
space:
mode:
Diffstat (limited to 'nix/programs')
-rw-r--r--nix/programs/default.nix1
-rw-r--r--nix/programs/hypr/hyprland.nix1
-rw-r--r--nix/programs/steam/default.nix5
3 files changed, 7 insertions, 0 deletions
diff --git a/nix/programs/default.nix b/nix/programs/default.nix
index a6c2996..be655c4 100644
--- a/nix/programs/default.nix
+++ b/nix/programs/default.nix
@@ -12,6 +12,7 @@
./sops
./ssh
./starship
+ ./steam
./waybar
./wireguard
./wofi
diff --git a/nix/programs/hypr/hyprland.nix b/nix/programs/hypr/hyprland.nix
index 137fc45..093fd9a 100644
--- a/nix/programs/hypr/hyprland.nix
+++ b/nix/programs/hypr/hyprland.nix
@@ -159,6 +159,7 @@ in
"$mod, D, exec, ${config.default.appLauncher}"
"$mod, L, exec, ${config.default.lockScreen}"
"$mod, Return, exec, ${config.default.terminal}"
+ ", Print, exec, grimblast copy area"
# Misc
diff --git a/nix/programs/steam/default.nix b/nix/programs/steam/default.nix
new file mode 100644
index 0000000..2fbe3b1
--- /dev/null
+++ b/nix/programs/steam/default.nix
@@ -0,0 +1,5 @@
+{ ... }:
+
+{
+ programs.steam.enable = true;
+}