hosts/artemis: init
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m22s

This commit is contained in:
2025-07-19 15:22:05 +01:00
parent 8421c327e4
commit 8a4ae7b3b7
6 changed files with 279 additions and 4 deletions

20
users/jordan/artemis.nix Normal file
View File

@@ -0,0 +1,20 @@
{
pkgs,
...
}:
{
imports = [
./common/optional/graphical/firefox.nix
./common/optional/graphical/fonts.nix
./common/optional/graphical/hyprland
./common/optional/graphical/mimeapps.nix
];
home.packages = with pkgs; [
jellyfin-media-player
lutris
unstable.pcsx2
xemu
];
}