This commit is contained in:
biscuit
2025-06-03 17:06:27 -05:00
parent 8b2e901680
commit d1bffc3952
2 changed files with 11 additions and 7 deletions
Generated
+10 -6
View File
@@ -663,14 +663,18 @@
] ]
}, },
"locked": { "locked": {
"path": "./custom/unlisted-fonts/", "lastModified": 1748987994,
"type": "path" "narHash": "sha256-13QQRwZx9tRDmL79+XBM1YaC4W68mVrVW2NCv2w25WA=",
"ref": "refs/heads/master",
"rev": "468d51f24d3dd22c543e657c359fb333ff4df726",
"revCount": 1,
"type": "git",
"url": "https://git.sakamoto.dev/kenji/nix-fonts.git"
}, },
"original": { "original": {
"path": "./custom/unlisted-fonts/", "type": "git",
"type": "path" "url": "https://git.sakamoto.dev/kenji/nix-fonts.git"
}, }
"parent": []
} }
}, },
"root": "root", "root": "root",
+1 -1
View File
@@ -9,7 +9,7 @@
ags.url = "github:aylur/ags"; ags.url = "github:aylur/ags";
ags.inputs.nixpkgs.follows = "nixpkgs"; ags.inputs.nixpkgs.follows = "nixpkgs";
unlisted-fonts.url = "path:./custom/unlisted-fonts/"; unlisted-fonts.url = "git+https://git.sakamoto.dev/kenji/nix-fonts.git";
unlisted-fonts.inputs.nixpkgs.follows = "nixpkgs"; unlisted-fonts.inputs.nixpkgs.follows = "nixpkgs";
nixvim.url = "github:nix-community/nixvim"; nixvim.url = "github:nix-community/nixvim";