post murex

This commit is contained in:
atagen 2025-02-23 16:23:14 +11:00
parent 7485de646a
commit d429476553
29 changed files with 341 additions and 840 deletions

View file

@ -56,21 +56,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
murex = {
url = "github:lmorg/murex/develop";
flake = false;
};
murex-jump = {
url = "path:./flakes/murex-module-jump";
inputs.nixpkgs.follows = "nixpkgs";
};
murex-starship = {
url = "path:./flakes/murex-module-starship";
inputs.nixpkgs.follows = "nixpkgs";
};
niri = {
url = "github:sodiboo/niri-flake";
};
@ -101,13 +86,12 @@
...
}@inputs:
let
inherit self;
create = import ./util/create.nix {
inherit self;
inherit
nixpkgs
home-manager
inputs
self
;
system = "x86_64-linux";
sharedModules = [