summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-29 23:50:05 +0100
committeradikro <adikro@disroot.org>2025-12-29 23:50:05 +0100
commit05ae56295ae0d7bf99d9580ef5ff1f209259733a (patch)
treeb8eefbd8d0315d51b53b24889dfdd6c6e3093a29 /hosts
parentbd0047d2c4826214bcedf4c1a57d010bb407034d (diff)
added GLSL shaders and some shit i dont understand to mpv
Diffstat (limited to 'hosts')
-rw-r--r--hosts/desktop/home.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix
index fa38457..8727849 100644
--- a/hosts/desktop/home.nix
+++ b/hosts/desktop/home.nix
@@ -1,4 +1,4 @@
-{ username, ... }:
+{ pkgs, username, ... }:
{
imports = [ ../../hm/default.nix ];
@@ -57,4 +57,10 @@
yt-dlp.enable = true;
};
};
+
+ home.packages = with pkgs; [
+ simplex-chat-desktop
+ magic-wormhole
+ gimp
+ ];
}