desktop-2024-09-20-19-56-58

This commit is contained in:
Alexander Szczepanski
2024-09-20 19:56:58 +02:00
parent 8c02b5a943
commit 78d0773148
9 changed files with 66 additions and 98 deletions

View File

@ -45,9 +45,8 @@
home-manager.users.alex = { pkgs, ... }: {
home = {
stateVersion = "24.05";
packages = with pkgs.unstable; [
# atop
stateVersion = "24.11";
packages = with pkgs; [
broot
ffmpeg
git-secret
@ -139,7 +138,7 @@
plugins = [
{
name = "powerlevel10k";
src = pkgs.unstable.zsh-powerlevel10k;
src = pkgs.zsh-powerlevel10k;
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
}
{