Fixed p10k issue with home manager
This commit is contained in:
parent
217898c182
commit
726f7fdf44
@ -6,10 +6,9 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
meslo-lgs-nf
|
||||
neofetch
|
||||
];
|
||||
|
||||
home.file.".p10k.zsh".source = ../dotfiles/.p10k.zsh;
|
||||
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
zoxide.enable = true;
|
||||
@ -28,6 +27,14 @@
|
||||
enableCompletion = true;
|
||||
enableAutosuggestions = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
shellAliases = {
|
||||
update-system = "sudo nixos-rebuild switch --flake ~/dotfiles";
|
||||
update-user = "home-manager switch --flake ~/dotfiles";
|
||||
};
|
||||
|
||||
plugins = [
|
||||
{ name = "powerlevel10k-config"; src = ../dotfiles; file = ".p10k.zsh"; }
|
||||
];
|
||||
|
||||
zplug = {
|
||||
enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user