Files
nix-config/users/jordan/hypnos.nix
Jordan Holt 08ba8c8006
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m2s
users/jordan: refactor per-host configs
2025-04-28 21:21:41 +01:00

16 lines
179 B
Nix

{
pkgs,
...
}:
{
imports = [
./common/optional/graphical/firefox.nix
./common/optional/graphical/gnome.nix
];
home.packages = with pkgs; [
audacity
];
}