home: fix path collision
not sure why this only happens when i build nix-on-droid
This commit is contained in:
parent
bc9f758aa3
commit
6975b56de2
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user