created home manager nixos adapter modules
This commit is contained in:
parent
a755b9ff48
commit
90f0c114b3
9 changed files with 34 additions and 8 deletions
5
home-modules/default.nix
Normal file
5
home-modules/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./flipperzero.nix
|
||||
];
|
||||
}
|
3
home-modules/flipperzero.nix
Normal file
3
home-modules/flipperzero.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{lib, ...}: {
|
||||
options.hardware.flipperzero.enable = lib.mkEnableOption "enable flipperzero hardware";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue