1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 19:53:07 +00:00
This commit is contained in:
Rae 5e 2025-02-16 02:09:13 -05:00
parent 168ace0f45
commit d7a701fdac
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
3 changed files with 9 additions and 2 deletions

View file

@ -93,7 +93,7 @@
}
{
name = "NixOS wiki";
url = "https://nixos.wiki/";
url = "https://wiki.nixos.org/";
}
{
name = "Nix functions";

View file

@ -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/