flake: clean up modules
This commit is contained in:
parent
28f18c9a99
commit
8cd8b3a3f9
64 changed files with 258 additions and 273 deletions
|
@ -1,17 +1,12 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
imports = [ ./common.nix ];
|
||||
|
||||
programs = {
|
||||
fish = {
|
||||
enable = true;
|
||||
functions = { };
|
||||
shellAbbrs = { };
|
||||
interactiveShellInit = ''
|
||||
kitty + complete setup fish | source
|
||||
set -U fish_greeting
|
||||
'';
|
||||
};
|
||||
|
||||
starship.enableFishIntegration = lib.mkIf config.programs.starship.enable true;
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
functions = { };
|
||||
shellAbbrs = { };
|
||||
interactiveShellInit = ''
|
||||
kitty + complete setup fish | source
|
||||
set -U fish_greeting
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue