ags added

This commit is contained in:
soraefir
2026-06-12 01:18:56 +02:00
parent 526a36b6e6
commit 582b96779e
12 changed files with 1075 additions and 30 deletions

45
flake.lock generated
View File

@@ -1,5 +1,48 @@
{
"nodes": {
"ags": {
"inputs": {
"astal": [
"astal"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1775689345,
"narHash": "sha256-tM3s7CX+tgxlYW0Sk3nzVThg2MHn08foIuMxABupxIs=",
"owner": "aylur",
"repo": "ags",
"rev": "bbee2f18939f1ec7ff720e717cf305e73635628f",
"type": "github"
},
"original": {
"owner": "aylur",
"repo": "ags",
"type": "github"
}
},
"astal": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1780295699,
"narHash": "sha256-gt9jeb/HOoiUSOTnE5I9K/B9LEbjJW5k37Xq99HOf/Q=",
"owner": "aylur",
"repo": "astal",
"rev": "271851bbc07748100382ae7caf6ef71c70c01bfc",
"type": "github"
},
"original": {
"owner": "aylur",
"repo": "astal",
"type": "github"
}
},
"base16-schemes": {
"flake": false,
"locked": {
@@ -254,6 +297,8 @@
},
"root": {
"inputs": {
"ags": "ags",
"astal": "astal",
"darwin": "darwin",
"hardware": "hardware",
"home-manager": "home-manager",