users/jordan: add zen-browser to odyssey
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m2s

This commit is contained in:
2026-01-10 17:49:12 +00:00
parent 1e605c6e58
commit 1908f83f3b
3 changed files with 50 additions and 18 deletions

View File

@@ -1,4 +1,5 @@
{
inputs,
pkgs,
...
}:
@@ -16,21 +17,26 @@
programs.nh.enable = true;
home.packages = with pkgs; [
# ardour
audacity
blender
gimp
handbrake
inkscape
# jellyfin-media-player
krita
unstable.lutris
mkvtoolnix
mpv
# obs-studio
pcsx2
qbittorrent
xemu
];
home.packages =
with pkgs;
[
# ardour
audacity
blender
gimp
handbrake
inkscape
# jellyfin-media-player
krita
unstable.lutris
mkvtoolnix
mpv
# obs-studio
pcsx2
qbittorrent
xemu
]
++ [
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
];
}