All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m22s
21 lines
317 B
Nix
21 lines
317 B
Nix
{
|
|
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
|
|
];
|
|
}
|