shell stuff
This commit is contained in:
parent
7fa2c15c64
commit
7f4b1ae8e1
2 changed files with 7 additions and 6 deletions
|
@ -1,14 +1,15 @@
|
|||
{ ... }:{
|
||||
{pkgs, ...}: {
|
||||
programs = {
|
||||
fish = {
|
||||
enable = true;
|
||||
useBabelfish = true;
|
||||
shellInit = ''
|
||||
starship init fish | source
|
||||
'';
|
||||
'';
|
||||
};
|
||||
nix-index.enableFishIntegration = true;
|
||||
direnv.enableFishIntegration = true;
|
||||
foot.enableFishIntegration = true;
|
||||
nix-index.enableFishIntegration = true;
|
||||
direnv.enableFishIntegration = true;
|
||||
foot.enableFishIntegration = true;
|
||||
};
|
||||
environment.systemPackages = [pkgs.starship];
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:{
|
||||
{...}: {
|
||||
system.userActivationScripts.zshrc = "touch .zshrc";
|
||||
|
||||
programs.zsh = {
|
||||
|
|
Loading…
Add table
Reference in a new issue