update inputs and my base16
This commit is contained in:
parent
d72a8c0021
commit
d2b2fa3fa5
2 changed files with 35 additions and 61 deletions
|
@ -13,11 +13,6 @@ let
|
|||
#!${pkgs.zsh}/bin/zsh
|
||||
git commit -am "$*"
|
||||
'';
|
||||
|
||||
allgm8 = pkgs.writeScript "allgm8.sh" ''
|
||||
#!${pkgs.zsh}/bin/zsh
|
||||
for loc in au-02 us-03 us-04 eu-01; do echo "--- $loc: "; ssh "$loc.gm8.app" "$1"; echo "done"; done
|
||||
'';
|
||||
in
|
||||
{
|
||||
programs.home-manager.enable = true;
|
||||
|
@ -27,7 +22,6 @@ in
|
|||
fzf # also needed for fzf.vim
|
||||
xclip # needed for nvim
|
||||
nixpkgs-fmt
|
||||
neovim-qt
|
||||
];
|
||||
|
||||
xdg.configFile."nvim/coc-settings.json".source = pkgs.writeText "coc-settings.json" (builtins.toJSON {
|
||||
|
@ -258,22 +252,22 @@ in
|
|||
};
|
||||
|
||||
colors.baseColors = {
|
||||
base00 = "202124";
|
||||
base01 = "27292c";
|
||||
base02 = "323639";
|
||||
base03 = "44464d";
|
||||
base04 = "676c71";
|
||||
base05 = "80868b";
|
||||
base06 = "9e9e9e";
|
||||
base07 = "ffffff";
|
||||
base08 = "f44336";
|
||||
base09 = "ff9800";
|
||||
base0A = "ffeb3b";
|
||||
base0B = "00e676";
|
||||
base0C = "00bcd4";
|
||||
base0D = "2196f3";
|
||||
base0E = "673ab7";
|
||||
base0F = "8d6e63";
|
||||
base00 = "1b1918";
|
||||
base01 = "2c2421";
|
||||
base02 = "68615e";
|
||||
base03 = "766e6b";
|
||||
base04 = "9c9491";
|
||||
base05 = "a8a19f";
|
||||
base06 = "e6e2e0";
|
||||
base07 = "f1efee";
|
||||
base08 = "f22c40";
|
||||
base09 = "df5320";
|
||||
base0A = "c38418";
|
||||
base0B = "7b9726";
|
||||
base0C = "00ad9c";
|
||||
base0D = "407ee7";
|
||||
base0E = "6666ea";
|
||||
base0F = "c33ff3";
|
||||
};
|
||||
|
||||
programs.fish.interactiveShellInit = ''
|
||||
|
@ -295,7 +289,6 @@ in
|
|||
programs.fish.shellAliases = {
|
||||
bp = "npm version patch && npm publish && git push";
|
||||
sc = "${sc}";
|
||||
allgm8 = "${allgm8}";
|
||||
};
|
||||
|
||||
xdg.configFile."nvim-qt/nvim-qt.conf".text = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue