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