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 = {
|
hardware.graphics = {
|
||||||
graphics = {
|
enable = true;
|
||||||
enable = true;
|
enable32Bit = true;
|
||||||
enable32Bit = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
pulseaudio.enable = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
hm = {
|
hm = {
|
||||||
|
@ -127,6 +123,7 @@
|
||||||
|
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
|
|
||||||
|
pulseaudio.enable = false;
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
gnome-calculator
|
gnome-calculator
|
||||||
camasca.packages.${pkgs.system}.koi
|
koi
|
||||||
];
|
];
|
||||||
|
|
||||||
plasma6.excludePackages = with pkgs.kdePackages; [
|
plasma6.excludePackages = with pkgs.kdePackages; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue