programs: Add dynamic-colors

upower
Simon Bruder 2021-07-25 08:47:59 +02:00
parent 11f7ac50ca
commit aef0baf527
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 6 additions and 3 deletions

View File

@ -114,9 +114,10 @@ in
xkcdpass # memorable password generator
# misc
toilet # free figlet
python38Packages.ipython # better python repl (useful for one-liners)
bwrap-helper # helper to create bubblewrap containers
dynamic-colors # on-the-fly color scheme switching
python38Packages.ipython # better python repl (useful for one-liners)
toilet # free figlet
# vim
neovim-remote # controlling another neovim process

View File

@ -53,7 +53,10 @@ in
];
shellAliases = {
cp = "cp --reflink=auto"; # TODO: remove with coreutils > 8.32
dcsd = "dynamic-colors switch solarized-dark";
dcsl = "dynamic-colors switch solarized-light";
exa = "exa --git --binary";
ip = "ip --color=auto";
ipy = "ipython3";
l = "exa -l";
la = "exa -la";
@ -62,7 +65,6 @@ in
userctl = "systemctl --user";
vim = "nvim";
vimdiff = "nvim -d";
ip = "ip --color=auto";
};
initExtra = lib.mkMerge [
(lib.mkBefore ''