some minor config

This commit is contained in:
Vivian 2024-03-14 11:47:49 +01:00
parent 457537462a
commit 89ce2c97d9
9 changed files with 326 additions and 189 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: {
{ config, pkgs, lib, inputs, ... }: {
imports = [ ./laura.nix ./vivian.nix ./jonathan.nix ];
programs = {
@ -14,6 +14,9 @@
source "${pkgs.fzf}/share/fzf/key-bindings.zsh"
source "${pkgs.fzf}/share/fzf/completion.zsh"
eval "$(${pkgs.zoxide}/bin/zoxide init zsh)"
export TEMPDIRS="$HOME/tmp"
source "${inputs.t.packages.${pkgs.system}.default}/bin/t-rs.sh"
'';
# otherwise it'll override the grml prompt
promptInit = "";