mirror of
https://github.com/genebean/dots.git
synced 2026-06-01 16:05:23 -04:00
Add viscosity-cli to mightlymac
This commit is contained in:
parent
d3ed387567
commit
8b19e198c8
3 changed files with 63 additions and 1 deletions
|
|
@ -104,6 +104,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
viscosity-cli = {
|
||||
url = "github:genebean/viscosity-cli/nix-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
}; # end inputs
|
||||
outputs =
|
||||
inputs@{ self, nixpkgs, ... }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue