Compare commits
2 commits
165f567d93
...
bd12213e4a
Author | SHA1 | Date | |
---|---|---|---|
bd12213e4a | |||
1e2e4aa397 |
2 changed files with 2 additions and 3 deletions
|
@ -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")
|
("M-p", spawn "rofi-pass --last-used")
|
||||||
-- Open calculator
|
-- Open calculator
|
||||||
-- ("<XF86Calculator>", spawn "gnome-calculator"),
|
-- ("<XF86Calculator>", spawn "gnome-calculator"),
|
||||||
]
|
]
|
||||||
|
|
|
@ -37,8 +37,7 @@ 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;
|
||||||
|
|
Loading…
Reference in a new issue