Files
nix-config/users/jordan/odyssey.nix
Jordan Holt 35e5f6dc86
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m3s
mimeapps: move to user config
2025-05-10 14:37:46 +01:00

34 lines
533 B
Nix

{
pkgs,
...
}:
{
imports = [
./common/optional/graphical/firefox.nix
./common/optional/graphical/hyprland
./common/optional/graphical/libreoffice.nix
./common/optional/graphical/mimeapps.nix
./common/optional/graphical/thunderbird.nix
];
programs.nh.enable = true;
home.packages = with pkgs; [
# ardour
audacity
blender
gimp
handbrake
inkscape
jellyfin-media-player
krita
lutris
mkvtoolnix
# obs-studio
unstable.pcsx2
qbittorrent
xemu
];
}