summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-11-29 17:54:50 -0500
committerAndrew Opalach <andrew@akon.city> 2024-11-29 17:54:50 -0500
commit8ed2c4a005c634e9d4a2aa5e31f40901def3adda (patch)
tree54bf329217f23a7ce6acae3b8378f3ee1dad0752 /hosts
parenteab31736ccca20ae095e6914f776f0780f82dde6 (diff)
downloaddotfiles-8ed2c4a005c634e9d4a2aa5e31f40901def3adda.tar.gz
dotfiles-8ed2c4a005c634e9d4a2aa5e31f40901def3adda.tar.bz2
dotfiles-8ed2c4a005c634e9d4a2aa5e31f40901def3adda.zip
Add camu input, include wallpaper engine projects
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
];
}