mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
giving up on flameshot
This commit is contained in:
parent
e905a929d0
commit
fd3f3dd2a7
6 changed files with 27 additions and 11 deletions
|
@ -33,9 +33,17 @@
|
|||
|
||||
# Enable sound.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = true;
|
||||
#hardware.pulseaudio.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
xdg.portal.wlr.enable = true;
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
# control display backlight
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue