feat(dev and desktop) : starship with conf, devenv,wip gnome
This commit is contained in:
parent
5b62192a52
commit
3774c53e72
6 changed files with 98 additions and 15 deletions
|
@ -10,12 +10,16 @@
|
|||
vimAlias = true;
|
||||
};
|
||||
ssh.startAgent = true;
|
||||
starship.enable = true;
|
||||
starship = {
|
||||
enable = true;
|
||||
settings = with builtins; fromTOML (readFile ../configs/starship.toml);
|
||||
};
|
||||
zsh = {
|
||||
enable = true;
|
||||
autosuggestions.enable = true;
|
||||
shellAliases = {
|
||||
nixedit = "sudo micro /etc/nixos/configuration.nix";
|
||||
ls = "ls --hyperlink=auto";
|
||||
nixedit = "codium /etc/nixos";
|
||||
nixupdate = "sudo nixos-rebuild switch";
|
||||
nixclean = "sudo nix-env --delete-generations old --profile /nix/var/nix/profiles/system && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration switch && sudo nix-store --gc";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue