Compare commits
4 commits
6b00d6a499
...
16d68022eb
| Author | SHA1 | Date | |
|---|---|---|---|
| 16d68022eb | |||
| 0de9966127 | |||
| 452399ee4c | |||
| 6a6f3aed63 |
3 changed files with 11 additions and 8 deletions
|
|
@ -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 wk = require("which-key")
|
||||
|
||||
local detail = false
|
||||
|
||||
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
|
||||
(lib.mkIf cfg.pulse.enable {
|
||||
# ALSA
|
||||
sound.enable = true;
|
||||
|
||||
hardware.pulseaudio.enable = true;
|
||||
})
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue