From 6fd3f3c54c67f81b9a56379ab98f06ffe9364cbf Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Fri, 5 Apr 2024 09:03:59 -0400 Subject: [PATCH] stuff --- modules/nixos-common.nix | 16 ++-------------- users/tacocat/wayland/foot.nix | 2 +- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/modules/nixos-common.nix b/modules/nixos-common.nix index d80ce92..384237a 100644 --- a/modules/nixos-common.nix +++ b/modules/nixos-common.nix @@ -76,6 +76,8 @@ type "pipewire" name "Pipewire sound server" } + + replaygain "track" ''; # volume_normalization "yes" # ''; @@ -141,20 +143,6 @@ nixpkgs.config = { 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; diff --git a/users/tacocat/wayland/foot.nix b/users/tacocat/wayland/foot.nix index 2d72997..d3bf4cc 100644 --- a/users/tacocat/wayland/foot.nix +++ b/users/tacocat/wayland/foot.nix @@ -4,7 +4,7 @@ settings = { main = { shell = "/usr/bin/env fish"; - font = "Mononoki Nerd Font:size=14"; + font = "Mononoki Nerd Font:size=13.5"; }; colors = { background = "232136";