update android
This commit is contained in:
parent
3e90a97d61
commit
c65787890f
@ -6,13 +6,31 @@
|
|||||||
|
|
||||||
# insert home-manager config
|
# insert home-manager config
|
||||||
imports = [
|
imports = [
|
||||||
../../modules/home-manager/nixvim.nix
|
../../modules/home-manager/nixcats
|
||||||
../../modules/home-manager/zsh.nix
|
../../modules/home-manager/zsh.nix
|
||||||
../../modules/home-manager/git.nix
|
../../modules/home-manager/git.nix
|
||||||
../../modules/home-manager/tmux.nix
|
../../modules/home-manager/tmux.nix
|
||||||
../../modules/home-manager/bitwarden.nix
|
../../modules/home-manager/bitwarden.nix
|
||||||
../../modules/home-manager/kubernetes.nix
|
../../modules/home-manager/kubernetes.nix
|
||||||
../../modules/home-manager/email.nix
|
../../modules/home-manager/email.nix
|
||||||
|
../../modules/home-manager/direnv.nix
|
||||||
|
../../modules/home-manager/taskwarrior.nix
|
||||||
|
../../modules/home-manager/stylix.nix
|
||||||
../../modules/home-manager/emacs
|
../../modules/home-manager/emacs
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
ZK_NOTEBOOK_DIR = "\${HOME}/zk";
|
||||||
|
};
|
||||||
|
|
||||||
|
programs = {
|
||||||
|
zk = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
notebook = {
|
||||||
|
dir = "~/zk";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -144,7 +144,7 @@ in {
|
|||||||
# unwrappedCfgPath = "/path/to/here";
|
# unwrappedCfgPath = "/path/to/here";
|
||||||
# IMPORTANT:
|
# IMPORTANT:
|
||||||
# your alias may not conflict with your other packages.
|
# your alias may not conflict with your other packages.
|
||||||
aliases = [ "vim" "homeVim" ];
|
# aliases = [ "vim" "homeVim" ];
|
||||||
# neovim-unwrapped = inputs.neovim-nightly-overlay.packages.${pkgs.system}.neovim;
|
# neovim-unwrapped = inputs.neovim-nightly-overlay.packages.${pkgs.system}.neovim;
|
||||||
hosts.python3.enable = true;
|
hosts.python3.enable = true;
|
||||||
hosts.node.enable = true;
|
hosts.node.enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user