This commit is contained in:
Sojus07
2025-05-02 22:18:51 +02:00
parent 7bbb1a9921
commit a8e801e040
3 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,7 @@
...
}: {
imports = [
./editors/nvim/default.nix
./networking.nix
./users.nix
./services.nix

View File

@ -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[] = {

View File

@ -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