mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
Merge branch 'main' of github.com:blahai/nyx
silly
This commit is contained in:
commit
c6a89dfe35
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