Compare commits
No commits in common. "bd12213e4aed8754b47da48cce7df7c8e0ec9021" and "165f567d9359fb0c751cc8ef96b72cd5b1f8a84b" have entirely different histories.
bd12213e4a
...
165f567d93
2 changed files with 3 additions and 2 deletions
|
@ -283,7 +283,7 @@ myKeys conf =
|
|||
-- launch 'dmenu_run' to choose applications
|
||||
("M-r", spawn "dmenu_run"),
|
||||
-- launch 'rofi-pass' to use password manager
|
||||
("M-p", spawn "rofi-pass --last-used")
|
||||
("M-p", spawn "rofi-pass")
|
||||
-- Open calculator
|
||||
-- ("<XF86Calculator>", spawn "gnome-calculator"),
|
||||
]
|
||||
|
|
|
@ -37,7 +37,8 @@ in
|
|||
];
|
||||
|
||||
config = lib.mkIf isEnable {
|
||||
environment.systemPackages = hostPackages;
|
||||
environment.systemPackages = hostPackages
|
||||
++ lib.optional cfg.librewolf.enable cfg.librewolf.package;
|
||||
|
||||
hardware.pulseaudio = {
|
||||
systemWide = true;
|
||||
|
|
Loading…
Reference in a new issue