infrastructure/home/wofi/default.nix

5 lines
156 B
Nix

{ config, nixfiles, ... }:
{
xdg.configFile."wofi/wofi.css" = { inherit (nixfiles.sassTemplate { name = "wofi-style"; src = ./wofi.sass; }) source; };
}