pipewire on
This commit is contained in:
parent
1e7511100e
commit
e962815edd
2 changed files with 9 additions and 9 deletions
|
|
@ -80,7 +80,7 @@
|
||||||
# graphics
|
# graphics
|
||||||
inkscape
|
inkscape
|
||||||
gimp
|
gimp
|
||||||
godot
|
godot_4
|
||||||
|
|
||||||
# web
|
# web
|
||||||
qutebrowser
|
qutebrowser
|
||||||
|
|
|
||||||
|
|
@ -36,13 +36,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# sound.enable = true;
|
# sound.enable = true;
|
||||||
# hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
# services.pipewire = {
|
services.pipewire = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# alsa.enable = true;
|
alsa.enable = true;
|
||||||
# alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
# pulse.enable = true;
|
pulse.enable = true;
|
||||||
# };
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nixpkgs.config.joypixels.acceptLicense = true;
|
nixpkgs.config.joypixels.acceptLicense = true;
|
||||||
|
|
@ -65,7 +65,7 @@
|
||||||
killall
|
killall
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
joypixels
|
joypixels
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue