update mudl
This commit is contained in:
parent
40d249f241
commit
564cbf9f73
4 changed files with 26 additions and 34 deletions
|
@ -12,6 +12,9 @@
|
|||
url = "gitlab:rycee/nur-expressions";
|
||||
flake = false;
|
||||
};
|
||||
mudl = {
|
||||
url = "git+ssh://git@git.wizbos.club/notgne2/mudl.git";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
|
@ -27,7 +30,7 @@
|
|||
};
|
||||
|
||||
homeManagerModules = {
|
||||
ezpcusr = import ./home-manager/modules/ezpcusr.nix;
|
||||
ezpcusr = import ./home-manager/modules/ezpcusr.nix inputs;
|
||||
ezchromium = import ./home-manager/modules/ezchromium.nix;
|
||||
ezcodium = import ./home-manager/modules/ezcodium.nix;
|
||||
colors = import ./home-manager/modules/colors.nix inputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue