mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
feat: make nixosConfig work on home-manager
This commit is contained in:
parent
302c488569
commit
b73978ad19
10 changed files with 30 additions and 30 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, config, globals, nixosConfig, ... }:
|
||||
{ lib, config, globals, nixosConfig ? config, ... }:
|
||||
let
|
||||
inherit (nixosConfig.repo.secrets.common.mail) address1 address2 address3 address4 allMailAddresses;
|
||||
inherit (nixosConfig.repo.secrets.common) fullName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue