iunno
This commit is contained in:
parent
b7996a84fa
commit
ac9d301579
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -116,7 +116,7 @@ in
|
|||
|
||||
pkgs.scrot
|
||||
pkgs.neofetch
|
||||
pkgs.dan.colors
|
||||
#pkgs.dan.colors
|
||||
pkgs.xclip
|
||||
|
||||
pkgs.dejavu_fonts
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue