mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +00:00
~
This commit is contained in:
parent
168ace0f45
commit
d7a701fdac
3 changed files with 9 additions and 2 deletions
|
@ -93,7 +93,7 @@
|
|||
}
|
||||
{
|
||||
name = "NixOS wiki";
|
||||
url = "https://nixos.wiki/";
|
||||
url = "https://wiki.nixos.org/";
|
||||
}
|
||||
{
|
||||
name = "Nix functions";
|
||||
|
|
|
@ -77,11 +77,15 @@
|
|||
# Touchpad support
|
||||
libinput.enable = true;
|
||||
# Sound
|
||||
jack.jackd.enable = true;
|
||||
jack = {
|
||||
jackd.enable = true;
|
||||
loopback.enable = true;
|
||||
};
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
# CUPS printing
|
||||
# Can be configured at http://127.0.0.1:631/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue