home/natto: update xmonad config

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-10-14 09:58:28 +05:30
parent 994a22a6da
commit 6faf1756d3
4 changed files with 96 additions and 118 deletions

View File

@@ -26,6 +26,7 @@
mkPkgs = channel: system: import channel {
inherit system;
config.allowUnfree = true;
config.allowBroken = true;
};
channels = final: prev: {
stable = mkPkgs stable prev.system;
@@ -45,7 +46,7 @@
overlays = overlays ++ [
inputs.nur.overlay
inputs.nvim.overlay
inputs.rust.overlay
inputs.rust.overlays.default
inputs.emacs.overlay
channels
(_: _: {