feat: add music nix
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -22,6 +22,7 @@ builtins.listToAttrs (builtins.map (device: {
|
||||
./configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
inputs.musnix.nixosModules.musnix
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
home-manager = {
|
||||
|
||||
Reference in New Issue
Block a user