host theme directly (thanks, MIT license)
This commit is contained in:
parent
65ce9b90d7
commit
413de3d11b
2 changed files with 60 additions and 10 deletions
12
nix/home.nix
12
nix/home.nix
|
|
@ -3,13 +3,6 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
typewritten-theme = pkgs.fetchFromGitHub {
|
||||
owner = "reobin";
|
||||
repo = "typewritten";
|
||||
rev = "0eebac711e98ee759942ed82f8c20e92912e2cc7";
|
||||
sha256 = "0ncc1zjimapw9p64lnk91828ik4y5gxcn0awjcw0l8fzv6vi0ax5";
|
||||
};
|
||||
|
||||
git-plan = pkgs.rustPlatform.buildRustPackage rec {
|
||||
name = "git-plan";
|
||||
version = "1";
|
||||
|
|
@ -130,7 +123,6 @@ in {
|
|||
"vi-mode"
|
||||
"git"
|
||||
"z"
|
||||
"tmuxinator"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
@ -332,7 +324,7 @@ in {
|
|||
source = ./tmux/tmux.conf;
|
||||
};
|
||||
|
||||
home.file.".oh-my-zsh/custom/themes" = {
|
||||
source = typewritten-theme;
|
||||
home.file.".oh-my-zsh/custom/themes/typewritten.zsh-theme" = {
|
||||
source = ./zsh/typewritten.zsh-theme;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue