This commit is contained in:
Aria Nolan 2024-04-05 09:03:59 -04:00
parent 804e83a456
commit 6fd3f3c54c
2 changed files with 3 additions and 15 deletions

View file

@ -76,6 +76,8 @@
type "pipewire" type "pipewire"
name "Pipewire sound server" name "Pipewire sound server"
} }
replaygain "track"
''; '';
# volume_normalization "yes" # volume_normalization "yes"
# ''; # '';
@ -141,20 +143,6 @@
nixpkgs.config = { nixpkgs.config = {
allowUnfree = true; allowUnfree = true;
packageOverrides = pkgs: {
waybar = pkgs.waybar.override {
wireplumber = pkgs.wireplumber.overrideAttrs rec {
version = "0.4.17";
src = pkgs.fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "pipewire";
repo = "wireplumber";
rev = version;
hash = "sha256-vhpQT67+849WV1SFthQdUeFnYe/okudTQJoL3y+wXwI=";
};
};
};
};
}; };
programs.nix-index.enable = true; programs.nix-index.enable = true;

View file

@ -4,7 +4,7 @@
settings = { settings = {
main = { main = {
shell = "/usr/bin/env fish"; shell = "/usr/bin/env fish";
font = "Mononoki Nerd Font:size=14"; font = "Mononoki Nerd Font:size=13.5";
}; };
colors = { colors = {
background = "232136"; background = "232136";