mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
zsh prompt
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
programs.zsh.autosuggestions.enable = true;
|
programs.zsh.autosuggestions.enable = true;
|
||||||
programs.zsh.autosuggestions.async = true;
|
programs.zsh.autosuggestions.async = true;
|
||||||
programs.zsh.ohMyZsh.enable = true;
|
programs.zsh.ohMyZsh.enable = true;
|
||||||
programs.zsh.ohMyZsh.theme = "agnoster";
|
programs.zsh.ohMyZsh.theme = "edvardm";
|
||||||
users.defaultUserShell = pkgs.zsh;
|
users.defaultUserShell = pkgs.zsh;
|
||||||
programs.zsh.shellAliases = {
|
programs.zsh.shellAliases = {
|
||||||
rebuild-from-gitea = "sudo nixos-rebuild switch --refresh --flake git+https://gitea.chrayed.de/Chrayed/nix-fleet#${host}";
|
rebuild-from-gitea = "sudo nixos-rebuild switch --refresh --flake git+https://gitea.chrayed.de/Chrayed/nix-fleet#${host}";
|
||||||
|
|||||||
Reference in New Issue
Block a user