Might break stuff 3 dubiousTree

This commit is contained in:
Bryan Ramos 2024-01-27 15:06:19 -05:00
parent c52d46455a
commit a5e30b7bca
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
5 changed files with 9 additions and 6 deletions

View file

@ -1,10 +1,10 @@
{ lib, config, ... }:
with lib;
let
let
cfg = config.modules.bash;
in
in
{ options.modules.bash = { enable = mkEnableOption "bash"; };
config = mkIf cfg.enable {
programs.bash = {