aboutsummaryrefslogtreecommitdiff
path: root/hosts/the-meowchine
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-05-04 15:49:05 -0400
committerRosa <rosaontheweb@proton.me>2026-05-04 15:49:05 -0400
commit5a8fafa3e1eb41527a31b3daea35ea2c25cfe8d4 (patch)
tree07f4598e14d1eda2e7664931981dc660a3dc81ca /hosts/the-meowchine
parent8e90c3d374bbd9da1a8e6d0056be8d4919df99f5 (diff)
install gpuscreenrecorder, no module yet
Diffstat (limited to 'hosts/the-meowchine')
-rw-r--r--hosts/the-meowchine/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/the-meowchine/default.nix b/hosts/the-meowchine/default.nix
index 5f7c468..623e094 100644
--- a/hosts/the-meowchine/default.nix
+++ b/hosts/the-meowchine/default.nix
@@ -33,6 +33,7 @@
networking.networkmanager.enable = true;
programs = {
+ gpu-screen-recorder.enable = true;
steam.enable = true;
sway.enable = true;
};