t480: init
This commit is contained in:
parent
1c504889a1
commit
e0407a761b
3 changed files with 31 additions and 6 deletions
|
@ -11,6 +11,7 @@
|
|||
grub = {
|
||||
efiSupport = true;
|
||||
device = "nodev";
|
||||
useOSProber = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -24,9 +25,9 @@
|
|||
};
|
||||
|
||||
# audio controls and polybar module don't work on pipewire
|
||||
hardware.pulseaudio = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
services.pipewire.enable = false;
|
||||
# hardware.pulseaudio = {
|
||||
# enable = true;
|
||||
# support32Bit = true;
|
||||
# };
|
||||
# services.pipewire.enable = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue