mirror of
https://github.com/davegallant/nix-config
synced 2026-03-03 08:36:36 +00:00
Add ludusavi
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user