All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m15s
20 lines
308 B
Nix
20 lines
308 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
imports = [
|
|
./common/optional/graphical/firefox.nix
|
|
./common/optional/graphical/fonts.nix
|
|
./common/optional/graphical/hyprland
|
|
./common/optional/graphical/mimeapps.nix
|
|
];
|
|
|
|
programs.nh.enable = true;
|
|
|
|
home.packages = with pkgs; [
|
|
jellyfin-media-player
|
|
];
|
|
}
|