added webtoons dl
This commit is contained in:
parent
848c57caa0
commit
131f730caf
2 changed files with 29 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
{inputs, ...}: {
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.nixos-hardware.nixosModules.framework-11th-gen-intel
|
||||
];
|
||||
|
@ -17,6 +21,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
(pkgs.callPackage
|
||||
./webtoon-dl.nix
|
||||
{})
|
||||
];
|
||||
|
||||
# enabled virtualisation for docker
|
||||
# virtualisation.docker = {
|
||||
# enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue