All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m2s
17 lines
208 B
Nix
17 lines
208 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
imports = [
|
|
./common/optional/graphical/firefox.nix
|
|
./common/optional/graphical/gnome.nix
|
|
];
|
|
|
|
home.packages = with pkgs; [
|
|
jellyfin-media-player
|
|
qbittorrent
|
|
];
|
|
}
|