summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/sofue/programs.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/hosts/sofue/programs.nix b/hosts/sofue/programs.nix
index 6435b02..36c42f6 100644
--- a/hosts/sofue/programs.nix
+++ b/hosts/sofue/programs.nix
@@ -1,5 +1,7 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
+ gftp
+ dia
cdrtools
#ardour
audacity
@@ -12,13 +14,12 @@
wineWowPackages.staging
winetricks
cabextract
+ qbittorrent
+ ungoogled-chromium
(pkgs.discord.override { withOpenASAR = true; })
imv
mpv
- gftp
- qbittorrent
- #ungoogled-chromium
- #dia
+ camu
mauri
];
}