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

15
users/jordan/helios.nix Normal file
View File

@@ -0,0 +1,15 @@
{
pkgs,
...
}:
{
imports = [
./common/optional/graphical/firefox.nix
./common/optional/graphical/gnome.nix
];
home.packages = with pkgs; [
jellyfin-media-player
];
}