task | convert some files to modules
This commit is contained in:
parent
03921b35d7
commit
37828b6801
15 changed files with 222 additions and 109 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{ pkgs, inputs, ... }: {
|
||||
home-manager.users.don = { imports = [ ./citrix.nix ./zoom.nix ]; };
|
||||
{ pkgs, inputs, lib, config, home-manager, outputs, ... }: {
|
||||
imports = [ ./citrix.nix ./zoom.nix ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue