mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat(packages): add am
This commit is contained in:
parent
476088506a
commit
afe6785ca9
4 changed files with 28 additions and 0 deletions
21
flake.lock
generated
21
flake.lock
generated
|
|
@ -1,5 +1,25 @@
|
||||||
{
|
{
|
||||||
"nodes": {
|
"nodes": {
|
||||||
|
"am": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1693926605,
|
||||||
|
"narHash": "sha256-JSdYc8r2tRtxvRePWkcW9tvIq4o5S28TBs7TLfFwum8=",
|
||||||
|
"owner": "ryanccn",
|
||||||
|
"repo": "am",
|
||||||
|
"rev": "0d9424417c9edfea3891fc9a07fb9552fbb88cdf",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "ryanccn",
|
||||||
|
"repo": "am",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"attic": {
|
"attic": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"crane": [
|
"crane": [
|
||||||
|
|
@ -229,6 +249,7 @@
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
"am": "am",
|
||||||
"attic": "attic",
|
"attic": "attic",
|
||||||
"catppuccin": "catppuccin",
|
"catppuccin": "catppuccin",
|
||||||
"crane": "crane",
|
"crane": "crane",
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,11 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
am = {
|
||||||
|
url = "github:ryanccn/am";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
nyoom = {
|
nyoom = {
|
||||||
url = "https://flakehub.com/f/ryanccn/nyoom/0.*.tar.gz";
|
url = "https://flakehub.com/f/ryanccn/nyoom/0.*.tar.gz";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@ in {
|
||||||
inputs.attic.overlays.default
|
inputs.attic.overlays.default
|
||||||
inputs.discord-applemusic-rich-presence.overlays.default
|
inputs.discord-applemusic-rich-presence.overlays.default
|
||||||
inputs.nyoom.overlays.default
|
inputs.nyoom.overlays.default
|
||||||
|
inputs.am.overlays.default
|
||||||
flakeOverlays.ryan-mono-bin
|
flakeOverlays.ryan-mono-bin
|
||||||
flakeOverlays.ibm-plex
|
flakeOverlays.ibm-plex
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,7 @@
|
||||||
packwiz
|
packwiz
|
||||||
catppuccin-catwalk
|
catppuccin-catwalk
|
||||||
|
|
||||||
|
am
|
||||||
nyoom
|
nyoom
|
||||||
spicetify-cli
|
spicetify-cli
|
||||||
exiftool
|
exiftool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue