pepega
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./editors/nvim/default.nix
|
||||
./networking.nix
|
||||
./users.nix
|
||||
./services.nix
|
||||
|
@ -151,7 +151,6 @@ static const Key keys[] = {
|
||||
{0, XF86XK_AudioLowerVolume, spawn, {.v = downvol}},
|
||||
{0, XF86XK_AudioMute, spawn, {.v = mutevol}},
|
||||
{0, XF86XK_AudioRaiseVolume, spawn, {.v = upvol}},
|
||||
|
||||
};
|
||||
|
||||
static const Button buttons[] = {
|
||||
|
@ -73,7 +73,7 @@
|
||||
"makepkg.conf".source = "${pkgs.pacman}/etc/makepkg.conf";
|
||||
"pacman.conf".text = ''
|
||||
[options]
|
||||
HoldPkg = pacman glibc
|
||||
HoldPkg = pacman glibc
|
||||
UseSyslog
|
||||
Color
|
||||
ILoveCandy
|
||||
|
Reference in New Issue
Block a user