Compare commits
No commits in common. "52c079282d77a47c6a0ed51faf59d4c6190f7349" and "bb6eb4c6d2349d1392aad72f3ad950c8626e7463" have entirely different histories.
52c079282d
...
bb6eb4c6d2
2 changed files with 1 additions and 7 deletions
|
@ -1,6 +0,0 @@
|
||||||
_: {
|
|
||||||
services.easyeffects = {
|
|
||||||
enable = true;
|
|
||||||
preset = "tangzu_eq";
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -63,7 +63,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
dconf.enable = true;
|
|
||||||
gamemode.enable = true;
|
gamemode.enable = true;
|
||||||
appimage = {
|
appimage = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -92,6 +91,7 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nil
|
nil
|
||||||
|
dconf
|
||||||
libvirt
|
libvirt
|
||||||
qemu_kvm
|
qemu_kvm
|
||||||
zulu
|
zulu
|
||||||
|
|
Loading…
Reference in a new issue