.
This commit is contained in:
parent
59a1fbaf0f
commit
ac3dac322d
78 changed files with 893 additions and 802 deletions
|
|
@ -5,6 +5,11 @@ let
|
|||
cfg = config.${namespace}.shell;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./toolset
|
||||
./zsh
|
||||
];
|
||||
|
||||
options.${namespace}.shell = {
|
||||
corePkgs.enable = mkEnableOption "core shell packages";
|
||||
};
|
||||
|
|
|
|||
16
modules/home/shell/toolset/default.nix
Normal file
16
modules/home/shell/toolset/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
imports = [
|
||||
./bat
|
||||
./btop
|
||||
./eza
|
||||
./fzf
|
||||
./git
|
||||
./gnugpg
|
||||
./just
|
||||
./starship
|
||||
./tmux
|
||||
./yazi
|
||||
./zellij
|
||||
./zoxide
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue