pepega
This commit is contained in:
@ -4,6 +4,7 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
|
./editors/nvim/default.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
./services.nix
|
./services.nix
|
||||||
|
@ -151,7 +151,6 @@ static const Key keys[] = {
|
|||||||
{0, XF86XK_AudioLowerVolume, spawn, {.v = downvol}},
|
{0, XF86XK_AudioLowerVolume, spawn, {.v = downvol}},
|
||||||
{0, XF86XK_AudioMute, spawn, {.v = mutevol}},
|
{0, XF86XK_AudioMute, spawn, {.v = mutevol}},
|
||||||
{0, XF86XK_AudioRaiseVolume, spawn, {.v = upvol}},
|
{0, XF86XK_AudioRaiseVolume, spawn, {.v = upvol}},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const Button buttons[] = {
|
static const Button buttons[] = {
|
||||||
|
Reference in New Issue
Block a user