Files
dotfiles/nixos/pkg/userland.nix
T
2026-09-12 06:49:33 -05:00

49 lines
727 B
Nix

{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
audacity
btop
daggerfall-unity
dig
discord
fastfetch
filezilla
firefox
foot
fzf
gamemode
gimp-with-plugins
heroic
htop
hyfetch
jellyfin
jellyfin-desktop
kdePackages.dolphin
kitty
lutris
mangohud
neovim
nix-search-tv
prismlauncher
protontricks
qbittorrent
rofi
sgdboop
tmux
vlc
vscodium-fhs
wineWow64Packages.staging
wineWow64Packages.waylandFull
winetricks
wpgtk
];
programs.steam.enable = true;
programs.virt-manager.enable = true;
# break in case of emergency
services.flatpak.enable = true;
}