feat(home-manager): add udiskie module
This commit is contained in:
parent
cb42df54ec
commit
45f314f71b
2 changed files with 26 additions and 1 deletions
|
@ -10,7 +10,10 @@ let
|
|||
cfg = config."${moduleName}";
|
||||
in
|
||||
{
|
||||
imports = [ inputs.home-manager.nixosModules.home-manager ];
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
./hardware.nix
|
||||
];
|
||||
|
||||
options = {
|
||||
"${moduleName}" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue