fucking(refactored): everything
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
{ ... }:
|
||||
{ config, lib, ... }:
|
||||
let
|
||||
cfg = config.modules.fish;
|
||||
in
|
||||
{
|
||||
home.shell.enableFishIntegration = true;
|
||||
programs.fish = {
|
||||
# enable = true;
|
||||
options.modules.fish = {
|
||||
enable = lib.mkEnableOption "Fish";
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.shell.enableFishIntegration = true;
|
||||
programs.fish = {
|
||||
# enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user