abenz1267 / walker

Application launcher similar to Rofi etc. . Wayland native.
MIT License
263 stars 12 forks source link

nix: added home manager module #15

Closed schromp closed 5 months ago

schromp commented 5 months ago

I have added a home-manager module for nix to make configuring in nix easier.

The config.json file gets automatically merged into the nix config so there is no need to update anything in nix whenever something in the config changes.

I could add a normal nixos module if there is any reason to install this program globally, though you would not be able to configure it due to the config directory being in userspace, but im not sure if this makes sense.

I have moved this module into a nix folder because the base directory is getting cluttered with nix files. It might make sense to move more files into this directory. I will create an issue to ask the other nix maintainer in this repo what they think. :)