This commit is contained in:
Leonardo Eugênio 2025-02-21 00:28:03 -03:00
parent 321cb97502
commit 87167a660f
15 changed files with 233 additions and 232 deletions

View file

@ -6,9 +6,12 @@
}:
let
inherit (config.my) accent editor desktop;
cfg = config.my.fish;
in
{
config = {
options.my.fish.enable = lib.mkEnableOption { };
config = lib.mkIf cfg.enable {
programs.fish = {
enable = true;
shellInit = ''