fix(desktop): change renamed options
This commit is contained in:
parent
dcc3276dd7
commit
deaa98d41a
2 changed files with 5 additions and 8 deletions
|
@ -59,13 +59,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
|
||||
pulseaudio.enable = false;
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
|
||||
hm = {
|
||||
|
@ -127,6 +123,7 @@
|
|||
|
||||
printing.enable = true;
|
||||
|
||||
pulseaudio.enable = false;
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
gnome-calculator
|
||||
camasca.packages.${pkgs.system}.koi
|
||||
koi
|
||||
];
|
||||
|
||||
plasma6.excludePackages = with pkgs.kdePackages; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue