From e304bc396044f9064c3bfbc4c3add0bd5573d4be Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 21 Jul 2025 18:22:02 +0200 Subject: Add musnix --- hosts/sol/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/sol/configuration.nix b/hosts/sol/configuration.nix index 21c70df..32cc7ad 100644 --- a/hosts/sol/configuration.nix +++ b/hosts/sol/configuration.nix @@ -9,6 +9,7 @@ [ # Include the results of the hardware scan. ./hardware-configuration.nix ../common/global + inputs.musnix.nixosModules.musnix ]; # Bootloader. @@ -53,7 +54,8 @@ # no need to redefine it in your config for now) #media-session.enable = true; }; - + musnix.enable = true; + # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; @@ -61,7 +63,7 @@ users.users.dk = { isNormalUser = true; description = "Dominik Kaiser"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "audio" ]; packages = with pkgs; [ # thunderbird podman-compose -- cgit v1.2.3