tsuki: enable dconf
This commit is contained in:
parent
11a4e2a8bc
commit
52c079282d
1 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
|
dconf.enable = true;
|
||||||
gamemode.enable = true;
|
gamemode.enable = true;
|
||||||
appimage = {
|
appimage = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -91,7 +92,6 @@
|
||||||
|
|
||||||
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