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": {
|
||||
"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": {
|
||||
"inputs": {
|
||||
"crane": [
|
||||
|
|
@ -229,6 +249,7 @@
|
|||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"am": "am",
|
||||
"attic": "attic",
|
||||
"catppuccin": "catppuccin",
|
||||
"crane": "crane",
|
||||
|
|
|
|||
|
|
@ -36,6 +36,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
am = {
|
||||
url = "github:ryanccn/am";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nyoom = {
|
||||
url = "https://flakehub.com/f/ryanccn/nyoom/0.*.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ in {
|
|||
inputs.attic.overlays.default
|
||||
inputs.discord-applemusic-rich-presence.overlays.default
|
||||
inputs.nyoom.overlays.default
|
||||
inputs.am.overlays.default
|
||||
flakeOverlays.ryan-mono-bin
|
||||
flakeOverlays.ibm-plex
|
||||
];
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@
|
|||
packwiz
|
||||
catppuccin-catwalk
|
||||
|
||||
am
|
||||
nyoom
|
||||
spicetify-cli
|
||||
exiftool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue