mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
HISTFILE fix, anicca: modules, zsh-fzf-tab fix
This commit is contained in:
parent
4d5c4c8612
commit
919b8aa435
4 changed files with 13 additions and 6 deletions
|
|
@ -5,6 +5,7 @@
|
|||
(import (sources.arcexprs + "/modules")).home-manager
|
||||
(import (sources.katexprs + "/modules")).home
|
||||
(import (sources.impermanence + "/home-manager.nix"))
|
||||
(import sources.anicca).modules.home
|
||||
./deploy.nix
|
||||
./theme.nix
|
||||
./secrets.nix
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
(import (sources.arcexprs + "/modules")).nixos
|
||||
(import (sources.katexprs + "/modules")).nixos
|
||||
(import (sources.impermanence + "/nixos.nix"))
|
||||
(import sources.anicca).modules.nixos
|
||||
./deploy.nix
|
||||
./monitoring.nix
|
||||
./dyndns.nix
|
||||
|
|
|
|||
|
|
@ -55,7 +55,12 @@ in
|
|||
"autolist"
|
||||
"listrowsfirst"
|
||||
]; in
|
||||
''
|
||||
''
|
||||
${if config.anicca.enabled then ''
|
||||
HISTFILE=/persist/home/.zsh_history
|
||||
'' else ''
|
||||
''}
|
||||
eval $(dircolors)
|
||||
ZSH_TAB_TITLE_ADDITIONAL_TERMS='foot'
|
||||
ZSH_TAB_TITLE_ENABLE_FULL_COMMAND=true
|
||||
zmodload -i zsh/complist
|
||||
|
|
@ -113,9 +118,9 @@ in
|
|||
})) [
|
||||
"zsh-z"
|
||||
]) ++ [
|
||||
(with pkgs.zsh-fzf-tab; {
|
||||
({
|
||||
name = "fzf-tab";
|
||||
inherit src;
|
||||
src = "${pkgs.zsh-fzf-tab}/share/fzf-tab";
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue