This commit is contained in:
Daniel Olsen 2021-04-12 01:41:56 +02:00
parent b7996a84fa
commit ac9d301579
4 changed files with 7 additions and 7 deletions

View File

@ -15,6 +15,6 @@
programs.home-manager = {
enable = true;
path = "https://github.com/rycee/home-manager/archive/release-20.03.tar.gz";
path = "https://github.com/rycee/home-manager/archive/release-20.09.tar.gz";
};
}

View File

@ -60,10 +60,10 @@ in {
krename
kdeApplications.dolphin-plugins
ffmpegthumbs
kdeApplications.kdegraphics-thumbnailers
#kdeApplications.kdegraphics-thumbnailers
kdeFrameworks.kded
kdeFrameworks.kio
kdeApplications.kio-extras
#kdeApplications.kio-extras
#dan.rank_photos
@ -73,7 +73,7 @@ in {
unstable.vscode
# texlive.combined.scheme-full
# kile
libreoffice-unwrapped
#libreoffice-unwrapped
gimp
# krita

View File

@ -116,7 +116,7 @@ in
pkgs.scrot
pkgs.neofetch
pkgs.dan.colors
#pkgs.dan.colors
pkgs.xclip
pkgs.dejavu_fonts

View File

@ -22,8 +22,8 @@ in
mpvav1 = "mpv --vd-queue-enable=yes --ad-queue-enable=yes --vd-queue-max-bytes=4000MiB --vd-queue-max-samples=2000000 --vd-queue-max-secs=50";
};
initExtra = ''
source ${pkgs.unstable.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme
source "$HOME/.config/nixpkgs/nix-dotfiles/profiles/zsh/.p10k.zsh"
source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme
source ${./p10k.zsh}
ZLE_RPROMPT_INDENT=0