feat(homeModules:base): add sd-switch service
This commit is contained in:
parent
b8bee97333
commit
28db2adc5c
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ lib, config, ... }:
|
||||
let
|
||||
cfg = config.profiles.base;
|
||||
inherit (lib) mkDefault;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -10,6 +11,8 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
systemd.user.startServices = mkDefault "sd-switch";
|
||||
|
||||
homeModules = {
|
||||
sops.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue