feat: add music nix

This commit is contained in:
uttarayan21
2024-07-27 16:50:51 +05:30
parent 373ffdb458
commit 2aaa3e28ef
4 changed files with 28 additions and 1 deletions

View File

@@ -194,7 +194,7 @@
users.users.servius = {
isNormalUser = true;
description = "Uttarayan";
extraGroups = ["networkmanager" "wheel"];
extraGroups = ["networkmanager" "wheel" "audio"];
};
# Allow unfree packages
@@ -228,6 +228,7 @@
};
};
musnix.enable = true;
programs = {
hyprland.enable = true;
hyprland.xwayland.enable = true;