From 637df81d6359a6396627da26fb16c30fb568a3e4 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 8 Feb 2022 15:57:16 -0500 Subject: Improvements - using fzf-tmux wherever i can now - some more fzf integration tweaks - added some rofi plugins, idk if they work tho - fixed the polybar sound widget - added autorandr config, it mostly(?) works - added nix-direnv support by default --- lib/linux.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'lib/linux.nix') diff --git a/lib/linux.nix b/lib/linux.nix index c234593..6154f00 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -239,7 +239,8 @@ in full-at = 99; }; "module/volume-bar" = { - type = "internal/volume"; + type = "internal/alsa"; + master-soundcard = "hw:1"; bar-volume-font = 2; bar-volume-width = 9; format-volume = ""; @@ -427,6 +428,16 @@ in rofi = { enable = true; + pass.enable = true; + plugins = with pkgs; [ + rofi-calc + rofi-emoji + rofi-file-browser + rofi-menugen + rofi-mpd + rofi-pass + rofi-systemd + ]; }; }; -- cgit v1.2.3