summaryrefslogtreecommitdiff
path: root/hosts/desktop/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop/home.nix')
-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
+ ];
}