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 01:43:49 -05:00
parent 850c8accae
commit a81ee5c274
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
2 changed files with 5 additions and 1 deletions

View file

@ -24,7 +24,7 @@
users.users.rae = {
isNormalUser = true;
extraGroups = [ "wheel" "docker" ];
extraGroups = [ "wheel" "docker" "jackaudio" ];
hashedPassword = "$y$j9T$YPq.Kl8rss1JmJ5Vg6cHE/$2kdfzCkkhaO.I4u714EQnS/ZFert5byisiRVxtC.9G2";
shell = pkgs.fish;
};
@ -77,6 +77,7 @@
# Touchpad support
libinput.enable = true;
# Sound
jack.jackd.enable = true;
pipewire = {
enable = true;
alsa.enable = true;