Tyler
Results
2
comments of
Tyler
i found a somewhat simpler/neater way to override the default the theme: ```nix programs.helix = { # set theme to the one defined below settings.theme = lib.mkForce "stylix-custom"; themes =...
my use case is pulling a bunch of youtube feeds from an invidio.us instance, combining them into a single .rss file and then (at the moment) navigating that local feed...