Compare commits

..

No commits in common. "bd12213e4aed8754b47da48cce7df7c8e0ec9021" and "165f567d9359fb0c751cc8ef96b72cd5b1f8a84b" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View file

@ -283,7 +283,7 @@ myKeys conf =
-- launch 'dmenu_run' to choose applications -- launch 'dmenu_run' to choose applications
("M-r", spawn "dmenu_run"), ("M-r", spawn "dmenu_run"),
-- launch 'rofi-pass' to use password manager -- launch 'rofi-pass' to use password manager
("M-p", spawn "rofi-pass --last-used") ("M-p", spawn "rofi-pass")
-- Open calculator -- Open calculator
-- ("<XF86Calculator>", spawn "gnome-calculator"), -- ("<XF86Calculator>", spawn "gnome-calculator"),
] ]

View file

@ -37,7 +37,8 @@ in
]; ];
config = lib.mkIf isEnable { config = lib.mkIf isEnable {
environment.systemPackages = hostPackages; environment.systemPackages = hostPackages
++ lib.optional cfg.librewolf.enable cfg.librewolf.package;
hardware.pulseaudio = { hardware.pulseaudio = {
systemWide = true; systemWide = true;