users/jordan: refactor per-host configs
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m2s

This commit is contained in:
2025-04-28 21:21:41 +01:00
parent bf069d05ce
commit 08ba8c8006
6 changed files with 78 additions and 41 deletions

View File

@@ -1,11 +1,29 @@
{
pkgs,
...
}:
{
imports = [
./common/optional/graphical
./common/optional/graphical/firefox.nix
./common/optional/graphical/hyprland
./common/optional/graphical/libreoffice.nix
./common/optional/graphical/thunderbird.nix
];
programs.nh.enable = true;
home.packages = with pkgs; [
# ardour
audacity
blender
gimp
handbrake
inkscape
jellyfin-media-player
krita
mkvtoolnix
# obs-studio
qbittorrent
];
}