initial commit here we are
This commit is contained in:
commit
82916ad718
59 changed files with 2155 additions and 0 deletions
15
laptop/zsh.nix
Normal file
15
laptop/zsh.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
zsh
|
||||
zsh-completions
|
||||
nix-zsh-completions
|
||||
starship
|
||||
direnv
|
||||
];
|
||||
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh.syntaxHighlighting.enable = true;
|
||||
programs.zsh.autosuggestions.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue