updated nixos

This commit is contained in:
essse-est
2026-09-12 06:49:33 -05:00
parent d9214ffabd
commit c91432d2b8
7 changed files with 260 additions and 50 deletions
+48
View File
@@ -0,0 +1,48 @@
{ 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;
}