summaryrefslogtreecommitdiff
path: root/nixos/modules/features/desktop-apps
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/features/desktop-apps')
-rw-r--r--nixos/modules/features/desktop-apps/default.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/nixos/modules/features/desktop-apps/default.nix b/nixos/modules/features/desktop-apps/default.nix
new file mode 100644
index 0000000..59dda45
--- /dev/null
+++ b/nixos/modules/features/desktop-apps/default.nix
@@ -0,0 +1,18 @@
+{ pkgs, inputs, ... }:
+
+{
+ environment.systemPackages = with pkgs; [
+ inputs.helium-browser.packages.${pkgs.stdenv.hostPlatform.system}.helium
+ secretspec
+ claude-code
+ keepassxc
+ libreoffice
+ hunspellDicts.ru_RU
+ opencode
+ pkgs.ayugram-desktop
+ pkgs.legcord
+ pkgs.amnezia-vpn
+ obsidian
+ pkgs.qbittorrent
+ ];
+} \ No newline at end of file