Fix on system flake
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.os.shell.devenv;
|
||||
cfg = config.home.shell.devenv;
|
||||
in
|
||||
{
|
||||
options.os.shell.devenv = {
|
||||
options.home.shell.devenv = {
|
||||
enable = mkEnableOption "System devenv service";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
@@ -1,10 +1,10 @@
|
||||
{ lib, config, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.os.shell.nh;
|
||||
cfg = config.home.shell.nh;
|
||||
in
|
||||
{
|
||||
options.os.shell.nh = {
|
||||
options.home.shell.nh = {
|
||||
enable = mkEnableOption "System nh service";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
Reference in New Issue
Block a user