upd
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
programs.oh-my-posh.enable = true;
|
||||
|
||||
home.file.".config/oh-my-posh/config.omp.json" = {
|
||||
source = /home/biscuit/Nixos/packages/zsh/custom/config.omp.json;
|
||||
source = ./custom/config.omp.json;
|
||||
force = true;
|
||||
};
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
syntaxHighlighting.enable = true;
|
||||
shellAliases = {
|
||||
ll = "ls -l";
|
||||
upd = "sudo nixos-rebuild switch --flake /home/biscuit/Nixos/#biscuit";
|
||||
hupd = "home-manager switch --flake /home/biscuit/Nixos/#biscuit --impure";
|
||||
upd = "sudo nixos-rebuild switch --flake ~/Nixos/#biscuit";
|
||||
hupd = "home-manager switch --flake ~/Nixos/#biscuit --impure";
|
||||
};
|
||||
history.size = 10000;
|
||||
oh-my-zsh = {
|
||||
|
||||
Reference in New Issue
Block a user