added monolisa

This commit is contained in:
biscuit
2025-05-20 21:56:13 -05:00
parent be57946347
commit 58d575ebeb
2 changed files with 58 additions and 0 deletions
Generated
+55
View File
@@ -42,6 +42,24 @@
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@@ -62,6 +80,27 @@
"type": "github"
}
},
"monolisa": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1719659382,
"narHash": "sha256-fJIgQZ4NI9mLJcT+cBk++gnSzFwxrHtIwb35RXk+bE0=",
"owner": "mykhalskyio",
"repo": "monolisa-flake",
"rev": "6e2a552bb64e54d41d3b19e7072fb675a7efdad8",
"type": "github"
},
"original": {
"owner": "mykhalskyio",
"repo": "monolisa-flake",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1747542820,
@@ -82,8 +121,24 @@
"inputs": {
"ags": "ags",
"home-manager": "home-manager",
"monolisa": "monolisa",
"nixpkgs": "nixpkgs"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
+3
View File
@@ -8,6 +8,9 @@
ags.url = "github:aylur/ags";
ags.inputs.nixpkgs.follows = "nixpkgs";
monolisa.url = "github:mykhalskyio/monolisa-flake";
monolisa.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = {