K4rakara / freshfetch

A fresh take on neofetch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for NixOS

K4rakara opened this issue · comments

commented

Some of the code for freshfetch won't work on NixOS because of how NixOS handles /usr/bin.

commented

#640417b adds the function which which checks the path for the executable.

What is the current status for nixos?
Might be intressting to give it a try.

commented

@TheNerdyHamster The current implementation uses the type command to check what package managers exist. Theoretically, I should just be able to swap out the function that spawns the type command with the function that searches for a program by name in $PATH.