create elvish home-manager module
This commit is contained in:
parent
a8fde8ae1b
commit
3272e94157
2 changed files with 35 additions and 1 deletions
|
|
@ -4,8 +4,10 @@
|
|||
./modules/cli/ssh.nix
|
||||
|
||||
../modules/term/foot.nix
|
||||
../modules/shell/fish.nix
|
||||
../modules/shell/zsh.nix
|
||||
../modules/shell/zsh.nix
|
||||
../modules/shell/fish.nix
|
||||
../modules/shell/elvish.nix
|
||||
../modules/editor/helix.nix
|
||||
../modules/editor/neovim
|
||||
|
||||
|
|
@ -23,8 +25,11 @@
|
|||
../modules/wm/hyprland
|
||||
../modules/wm/mango
|
||||
../modules/de/mako.nix
|
||||
../modules/de/waybar
|
||||
];
|
||||
|
||||
programs.elvish.enable = true;
|
||||
|
||||
home = {
|
||||
shellAliases = {
|
||||
# nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue