Add ludusavi

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

View File

@@ -65,9 +65,7 @@
};
};
environment.systemPackages =
with pkgs;
[
environment.systemPackages = with pkgs; [
bleachbit
calibre
clamtk
@@ -91,6 +89,7 @@
kdePackages.sddm-kcm
libation
lutris
ludusavi
mupen64plus
nfs-utils
onlyoffice-desktopeditors
@@ -123,7 +122,6 @@
wl-clipboard
];
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/7f4f0948-041c-47e9-ab28-53132026f158";
@@ -246,7 +244,10 @@
nix = {
extraOptions = "experimental-features = nix-command flakes";
settings.trusted-users = [ "root" "@wheel" ];
settings.trusted-users = [
"root"
"@wheel"
];
};
users.users.dave = {