diff --git a/home/users/vbm.nix b/home/users/vbm.nix index 697cd81..91fb9bd 100644 --- a/home/users/vbm.nix +++ b/home/users/vbm.nix @@ -56,7 +56,11 @@ "image/*" = "imv.desktop"; "text/html" = "librewolf.desktop"; }; - mimeApps.defaultApplicationPackages = with pkgs; [imv librewolf zathura]; + mimeApps.defaultApplicationPackages = with pkgs; [ + imv + librewolf + zathura + ]; userDirs.enable = true; } // lib.optionalAttrs (!stable) { diff --git a/hosts/perseus/configuration.nix b/hosts/perseus/configuration.nix index 56ec2e1..2658f79 100644 --- a/hosts/perseus/configuration.nix +++ b/hosts/perseus/configuration.nix @@ -1,6 +1,5 @@ { pkgs, - config, lib, name, ... @@ -46,6 +45,7 @@ services.pipewire = { enable = true; pulse.enable = true; + alsa.enable = true; audio.enable = true; }; @@ -67,6 +67,7 @@ "steam-original" "steam-unwrapped" "steam-run" + "osu-lazer-bin" ]; users.users.vbm = { @@ -82,7 +83,6 @@ fd keepassxc btop - fluffychat cargo rustc upx @@ -100,7 +100,7 @@ cachix grim slurp - brightnessctl + osu-lazer-bin ]; };