Move some stuff to modules

This commit is contained in:
Pim Kunis 2024-10-26 20:24:13 +02:00
parent 61640c0580
commit 08b0fbcd0c
30 changed files with 427 additions and 406 deletions

3
nixos/tidal.nix Normal file
View file

@ -0,0 +1,3 @@
{ ... }: {
users.users.pim.extraGroups = ["audio"];
}