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:
parent
e122d8ba94
commit
e86d916ae8
10 changed files with 122 additions and 67 deletions
|
@ -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"
|
||||
# '';
|
||||
# });
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue