Add ludusavi

This commit is contained in:
2026-01-31 13:33:21 -05:00
parent 401d2d25af
commit cea99eb2c3

View File

@@ -65,64 +65,62 @@
}; };
}; };
environment.systemPackages = environment.systemPackages = with pkgs; [
with pkgs; bleachbit
[ calibre
bleachbit clamtk
calibre cryptsetup
clamtk dbeaver-bin
cryptsetup discord
dbeaver-bin freefilesync
discord gimp-with-plugins
freefilesync google-chrome
gimp-with-plugins hardinfo2
google-chrome httpie-desktop
hardinfo2 heroic
httpie-desktop iputils
heroic kdePackages.bluedevil
iputils kdePackages.kcalc
kdePackages.bluedevil kdePackages.kcharselect
kdePackages.kcalc kdePackages.kclock
kdePackages.kcharselect kdePackages.kcolorchooser
kdePackages.kclock kdePackages.ksystemlog
kdePackages.kcolorchooser kdePackages.partitionmanager
kdePackages.ksystemlog kdePackages.sddm-kcm
kdePackages.partitionmanager libation
kdePackages.sddm-kcm lutris
libation ludusavi
lutris mupen64plus
mupen64plus nfs-utils
nfs-utils onlyoffice-desktopeditors
onlyoffice-desktopeditors opensnitch-ui
opensnitch-ui pciutils
pciutils pika-backup
pika-backup pinentry-curses
pinentry-curses pinta
pinta protonup-qt
protonup-qt qbittorrent
qbittorrent qemu
qemu traceroute
traceroute unrar
unrar unstable.beszel
unstable.beszel unstable.ktailctl
unstable.ktailctl unstable.mcpelauncher-ui-qt
unstable.mcpelauncher-ui-qt unstable.obsidian
unstable.obsidian unstable.podman-desktop
unstable.podman-desktop unstable.ryubing
unstable.ryubing unstable.signal-desktop-bin
unstable.signal-desktop-bin unstable.tailscale
unstable.tailscale unstable.zoom-us
unstable.zoom-us usbutils
usbutils virt-manager
virt-manager vlc
vlc vpngate.packages.x86_64-linux.default
vpngate.packages.x86_64-linux.default wayland-utils
wayland-utils whois
whois wine
wine wl-clipboard
wl-clipboard ];
];
fileSystems = { fileSystems = {
"/" = { "/" = {
@@ -222,10 +220,10 @@
}; };
services = { services = {
mullvad-vpn = { mullvad-vpn = {
enable = true; enable = true;
package = pkgs.mullvad-vpn; package = pkgs.mullvad-vpn;
}; };
}; };
system = { system = {
@@ -246,7 +244,10 @@
nix = { nix = {
extraOptions = "experimental-features = nix-command flakes"; extraOptions = "experimental-features = nix-command flakes";
settings.trusted-users = [ "root" "@wheel" ]; settings.trusted-users = [
"root"
"@wheel"
];
}; };
users.users.dave = { users.users.dave = {