mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
konawall for macOS
This commit is contained in:
parent
1659ee9ca2
commit
ba5647287f
6 changed files with 95 additions and 17 deletions
|
|
@ -61,6 +61,14 @@
|
|||
inputs.std.follows = "std";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# konawall-rs
|
||||
konawall-rs = {
|
||||
url = "github:kittywitch/konawall-rs";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-utils.follows = "utils";
|
||||
};
|
||||
};
|
||||
# hardware quirks
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
# secrets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue