1
0
Fork 0
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:
Ryan Cao 2023-09-06 22:35:21 +08:00
parent 476088506a
commit afe6785ca9
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
4 changed files with 28 additions and 0 deletions

21
flake.lock generated
View file

@ -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",

View file

@ -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";

View file

@ -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
]; ];

View file

@ -70,6 +70,7 @@
packwiz packwiz
catppuccin-catwalk catppuccin-catwalk
am
nyoom nyoom
spicetify-cli spicetify-cli
exiftool exiftool