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 = environment.systemPackages = with pkgs; [
with pkgs;
[
bleachbit bleachbit
calibre calibre
clamtk clamtk
@@ -91,6 +89,7 @@
kdePackages.sddm-kcm kdePackages.sddm-kcm
libation libation
lutris lutris
ludusavi
mupen64plus mupen64plus
nfs-utils nfs-utils
onlyoffice-desktopeditors onlyoffice-desktopeditors
@@ -123,7 +122,6 @@
wl-clipboard wl-clipboard
]; ];
fileSystems = { fileSystems = {
"/" = { "/" = {
device = "/dev/disk/by-uuid/7f4f0948-041c-47e9-ab28-53132026f158"; device = "/dev/disk/by-uuid/7f4f0948-041c-47e9-ab28-53132026f158";
@@ -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 = {