Move p10k into zsh dir

master
Oystein Kristoffer Tveit 2021-12-22 01:25:58 +01:00
parent a7ed77a74c
commit a8cbca3906
3 changed files with 1592 additions and 7 deletions

View File

@ -32,7 +32,7 @@ in
./programs/tmux.nix
./programs/vscode.nix
./programs/zathura.nix
./programs/zsh.nix
./programs/zsh
./services/dunst.nix
./services/mpd.nix

View File

@ -32,11 +32,6 @@
src = pkgs.zsh-powerlevel10k;
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
}
# {
# name = "powerlevel10k-config";
# src = lib.cleanSource ./p10k-config;
# file = "p10k.zsh";
# }
];
localVariables = shellOptions.variables;
@ -59,7 +54,7 @@
# };
# in ''
initExtra = ''
source ${config.home.homeDirectory}/${dotDir}/p10k.zsh
source ${./p10k.zsh}
'';
};
}

File diff suppressed because it is too large Load Diff