snowfall lib migration wip
This commit is contained in:
parent
b9dadac2af
commit
ed08a98651
31 changed files with 1067 additions and 172 deletions
|
|
@ -4,8 +4,12 @@
|
|||
inputs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with lib.custom; {
|
||||
imports = [inputs.nixos-wsl.nixosModules.default];
|
||||
boot.loader.systemd-boot.enable = mkForce false;
|
||||
custom.presets.default = enabled;
|
||||
custom.security.users = disabled;
|
||||
custom.gpg = enabled;
|
||||
|
||||
programs.direnv = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue