Compare commits
4 commits
6b00d6a499
...
16d68022eb
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 16d68022eb | ||
Bruno BELANYI | 0de9966127 | ||
Bruno BELANYI | 452399ee4c | ||
Bruno BELANYI | 6a6f3aed63 |
|
@ -1,8 +0,0 @@
|
||||||
local wk = require("which-key")
|
|
||||||
local oil = require("oil")
|
|
||||||
|
|
||||||
local keys = {
|
|
||||||
["-"] = { oil.open, "Open parent directory" },
|
|
||||||
}
|
|
||||||
|
|
||||||
wk.register(keys)
|
|
|
@ -1,4 +1,6 @@
|
||||||
local oil = require("oil")
|
local oil = require("oil")
|
||||||
|
local wk = require("which-key")
|
||||||
|
|
||||||
local detail = false
|
local detail = false
|
||||||
|
|
||||||
oil.setup({
|
oil.setup({
|
||||||
|
@ -24,3 +26,9 @@ oil.setup({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
local keys = {
|
||||||
|
["-"] = { oil.open, "Open parent directory" },
|
||||||
|
}
|
||||||
|
|
||||||
|
wk.register(keys)
|
||||||
|
|
|
@ -54,6 +54,9 @@ in
|
||||||
|
|
||||||
# Pulseaudio setup
|
# Pulseaudio setup
|
||||||
(lib.mkIf cfg.pulse.enable {
|
(lib.mkIf cfg.pulse.enable {
|
||||||
|
# ALSA
|
||||||
|
sound.enable = true;
|
||||||
|
|
||||||
hardware.pulseaudio.enable = true;
|
hardware.pulseaudio.enable = true;
|
||||||
})
|
})
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue