feat(tazjin/tverskoy): Include open_eid module
Change-Id: I61e46db75ccfdc4bbe7cd5d66ab7921e8d87d599 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5432 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
186c2822b0
commit
2c54c8cfaa
1 changed files with 2 additions and 0 deletions
|
@ -16,9 +16,11 @@ let
|
|||
${pkgs.xorg.setxkbmap}/bin/setxkbmap -option caps:super
|
||||
exec ${pkgs.xsecurelock}/bin/xsecurelock
|
||||
'';
|
||||
mod = name: depot.path + ("/ops/modules/" + name);
|
||||
in
|
||||
lib.fix (self: {
|
||||
imports = [
|
||||
(mod "open_eid.nix")
|
||||
"${depot.third_party.impermanence}/nixos.nix"
|
||||
"${pkgs.home-manager.src}/nixos"
|
||||
] ++ lib.optional (builtins.pathExists ./local-config.nix) ./local-config.nix;
|
||||
|
|
Loading…
Reference in a new issue