home: fix path collision

not sure why this only happens when i build nix-on-droid
This commit is contained in:
NullBite 2025-02-06 22:15:21 +00:00
parent bc9f758aa3
commit 6975b56de2
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

@ -108,12 +108,6 @@ in
# for icat on all systems
kitty.kitten
# terminfo (just the ones i'm likely to use)
kitty.terminfo
alacritty.terminfo
termite.terminfo
tmux.terminfo
# pretty
hyfetch
neofetch-hyfetch-shim
@ -149,6 +143,12 @@ in
zoxide
asciinema
mtr
] ++ builtins.map (x: lib.hiPrio x) [
# terminfo (just the ones i'm likely to use)
kitty.terminfo
alacritty.terminfo
termite.terminfo
tmux.terminfo
];
};
}