diff --git a/hosts/default/system/default.nix b/hosts/default/system/default.nix index aa3f1ae..2f56daa 100644 --- a/hosts/default/system/default.nix +++ b/hosts/default/system/default.nix @@ -4,6 +4,7 @@ ... }: { imports = [ + ./editors/nvim/default.nix ./networking.nix ./users.nix ./services.nix diff --git a/hosts/default/system/windowManager/dwm/source/dwm/config.def.h b/hosts/default/system/windowManager/dwm/source/dwm/config.def.h index bde0d30..e057d20 100644 --- a/hosts/default/system/windowManager/dwm/source/dwm/config.def.h +++ b/hosts/default/system/windowManager/dwm/source/dwm/config.def.h @@ -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[] = { diff --git a/hosts/sputnik/configuration.nix b/hosts/sputnik/configuration.nix index c4ae3e7..e180e42 100644 --- a/hosts/sputnik/configuration.nix +++ b/hosts/sputnik/configuration.nix @@ -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