DEV Community

Discussion on: Pomodoro Timer: Waybar and uair

Collapse
 
0xangelo profile image
Ângelo

Amazing! Just what I was looking for. I adapted it to my own NixOs config here

Collapse
 
vst profile image
Vehbi Sinan Tunalioglu

Awesome!

I am using out-of-store symlinks for few programs such as Waybar and neovim to avoid frequent rebuilds. I did the same for uair until I feel comfortable to commit to nix-store:

xdg.configFile."uair/uair.toml".source = config.lib.file.mkOutOfStoreSymlink ./_assets/uair.toml;
Enter fullscreen mode Exit fullscreen mode