matshell
This commit is contained in:
parent
f339b338a3
commit
701c9d71f0
5 changed files with 44 additions and 14 deletions
15
flake.nix
15
flake.nix
|
|
@ -28,7 +28,20 @@
|
|||
};
|
||||
};
|
||||
|
||||
ags.url = "github:Aylur/ags";
|
||||
ags = {
|
||||
url = "github:aylur/ags";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.astal = {
|
||||
url = "github:aylur/astal";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
matshell = {
|
||||
url = "github:Neurarian/matshell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.ags.follows = "ags";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue