summaryrefslogtreecommitdiff
path: root/lib/linux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/linux.nix')
-rw-r--r--lib/linux.nix13
1 files changed, 12 insertions, 1 deletions
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 = "<label-volume><bar-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
+ ];
};
};