Add personal package.
This commit is contained in:
parent
118dceb1ed
commit
0415fb5f8d
21
flake.lock
21
flake.lock
@ -131,6 +131,26 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"hb-downloader": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1709842694,
|
||||
"narHash": "sha256-hRXVMwKWWThizUjtXAgqoalNiVA6EZ/DqPoqSOWEYa8=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "06dcf341605181c8b7889d3bf20d436e0495410d",
|
||||
"revCount": 4,
|
||||
"type": "git",
|
||||
"url": "file:///home/crony/Documents/develop/hb-downloader"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "file:///home/crony/Documents/develop/hb-downloader"
|
||||
}
|
||||
},
|
||||
"home-manager": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
@ -265,6 +285,7 @@
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"hb-downloader": "hb-downloader",
|
||||
"home-manager": "home-manager",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"nixvim": "nixvim"
|
||||
|
@ -13,6 +13,11 @@
|
||||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
hb-downloader = {
|
||||
url = "git+file:///home/crony/Documents/develop/hb-downloader";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, nixpkgs, home-manager, ... }: {
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Basic user info
|
||||
@ -61,6 +61,7 @@
|
||||
prismlauncher # Best minecraft launcher
|
||||
aria2 # Fast download manager
|
||||
starsector # Nice little game I got coaxed into trying
|
||||
inputs.hb-downloader.packages.${pkgs.system}.default # My custom humble bundle bulk link extractor for aria2 list format
|
||||
(nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # Best font
|
||||
(retroarch.override { cores = with libretro; [ snes9x ]; })
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user