feat(homix): update configuration

Extract `river` configuration into a `home-manager` module
Fix `xkb` configuration
Unpin `neovim-nightly-overlay`:
    - https://github.com/nix-community/neovim-nightly-overlay/pull/166
    - https://github.com/nix-community/neovim-nightly-overlay/pull/167
This commit is contained in:
reo101 2023-03-13 18:18:03 +02:00
parent e122d8ba94
commit e86d916ae8
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
10 changed files with 122 additions and 67 deletions

View file

@ -14,5 +14,16 @@
river = prev.river.overrideAttrs (oldAttrs: rec {
xwaylandSupport = true;
});
# armcord = prev.armcord.overrideAttrs (oldAttrs: let
# openasar = final.fetchurl {
# url = "https://github.com/GooseMod/OpenAsar/releases/download/nightly/app.asar";
# sha256 = final.lib.fakeSha256;
# };
# in rec {
# postInstall = (oldAttrs.postInstall or "") ++ ''
# install -v "${openasar}" "$out/opt/Discord/resources/app.asar"
# '';
# });
};
}