Re-add the features
config prefix
This commit is contained in:
parent
34cb9db3d4
commit
45433358ff
50 changed files with 245 additions and 231 deletions
|
@ -8,10 +8,10 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.desktop.st;
|
||||
cfg = config.features.desktop.st;
|
||||
in
|
||||
{
|
||||
options.desktop.st.enable = mkEnableOption "Enable st";
|
||||
options.features.desktop.st.enable = mkEnableOption "Enable st";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue