mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 18:52:43 +00:00
feat: fish
This commit is contained in:
parent
cddd568d54
commit
e7fa83e4ec
8 changed files with 132 additions and 46 deletions
8
nixcfgs/users/js0ny/programs/shell/bash.nix
Normal file
8
nixcfgs/users/js0ny/programs/shell/bash.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: let
|
||||
aliases = import ./aliases.nix {pkgs = pkgs;};
|
||||
in {
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
shellAliases = aliases;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue