mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
added p10k config
This commit is contained in:
parent
0d78cad5bc
commit
85e2ce21e3
2 changed files with 1750 additions and 5 deletions
1745
home-manager/dotfiles/p10k/.p10k.zsh
Normal file
1745
home-manager/dotfiles/p10k/.p10k.zsh
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,11 +1,6 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
|
||||||
osConfig,
|
|
||||||
inputs,
|
|
||||||
nixvim,
|
|
||||||
catppuccin,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -282,6 +277,11 @@
|
||||||
src = pkgs.zsh-powerlevel10k;
|
src = pkgs.zsh-powerlevel10k;
|
||||||
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
|
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "powerlevel10k-config";
|
||||||
|
src = ./dotfiles/p10k;
|
||||||
|
file = "p10k.zsh";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue