mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
iso: misc fixes
This commit is contained in:
parent
321b85242f
commit
9bcfed2629
4 changed files with 3 additions and 31 deletions
|
@ -12,11 +12,11 @@
|
|||
substituters = [
|
||||
"https://cache.rfive.de"
|
||||
# temp disabled until logging error is resolved
|
||||
# "https://cache.ifsr.de"
|
||||
"https://cache.ifsr.de"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"cache.rfive.de:of5d+o6mfGXQSR3lk6ApfDBr4ampAUaNHux1O/XY3Tw="
|
||||
# "cache.ifsr.de:y55KBAMF4YkjIzXwYOKVk9fcQS+CZ9RM1zAAMYQJtsg="
|
||||
"cache.ifsr.de:y55KBAMF4YkjIzXwYOKVk9fcQS+CZ9RM1zAAMYQJtsg="
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -43,8 +43,8 @@
|
|||
export MCFLY_RESULTS=30
|
||||
export MCFLY_INTERFACE_VIEW=BOTTOM
|
||||
export MCFLY_PROMPT="❯"
|
||||
source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh
|
||||
source ${pkgs.agdsn-zsh-config}/etc/zsh/zshrc
|
||||
source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh
|
||||
unsetopt extendedglob
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue