mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
blub
This commit is contained in:
parent
0a50b61903
commit
08ecaf415f
1 changed files with 18 additions and 0 deletions
18
modules/home-manager/shell/fish/default.nix
Normal file
18
modules/home-manager/shell/fish/default.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
|
||||
};
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
programs.zoxide.enable = true;
|
||||
|
||||
services.atuin.enable = true;
|
||||
|
||||
|
||||
}
|
Loading…
Reference in a new issue