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
|
||||
("M-r", spawn "dmenu_run"),
|
||||
-- launch 'rofi-pass' to use password manager
|
||||
("M-p", spawn "rofi-pass")
|
||||
("M-p", spawn "rofi-pass --last-used")
|
||||
-- Open calculator
|
||||
-- ("<XF86Calculator>", spawn "gnome-calculator"),
|
||||
]
|
||||
|
|
|
@ -37,8 +37,7 @@ in
|
|||
];
|
||||
|
||||
config = lib.mkIf isEnable {
|
||||
environment.systemPackages = hostPackages
|
||||
++ lib.optional cfg.librewolf.enable cfg.librewolf.package;
|
||||
environment.systemPackages = hostPackages;
|
||||
|
||||
hardware.pulseaudio = {
|
||||
systemWide = true;
|
||||
|
|
Loading…
Reference in a new issue