Initial commit
This commit is contained in:
commit
e886de58af
23 changed files with 926 additions and 0 deletions
14
modules/fish.nix
Normal file
14
modules/fish.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
programs.fish.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
starship
|
||||
fzf
|
||||
bat
|
||||
eza
|
||||
fd
|
||||
ripgrep
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue