post murex
This commit is contained in:
parent
7485de646a
commit
d429476553
29 changed files with 341 additions and 840 deletions
18
flake.nix
18
flake.nix
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue