style: Change wofi style

This commit is contained in:
Sweetbread 2024-09-16 11:36:27 +03:00
parent 70ef35b9ca
commit 625c6a283d

View File

@ -1,7 +1,7 @@
{ pkgs, ... }: {
xdg.configFile."wofi/style.css".source = pkgs.requireFile {
xdg.configFile."wofi/style.css".source = pkgs.fetchurl {
name = "style.css";
url = "https://raw.githubusercontent.com/PaulGuerre/arch_dotfiles/main/wofi/style.css";
sha256 = "16lr4j0nn6kpggr4wdz9s0jymqmn05vm7i4vsdslzp5vlarcv03j";
url = "https://github.com/joao-vitor-sr/wofi-themes-collection/raw/main/themes/nord.css";
sha256 = "sha256-rMDtE7Q0hmqd9LD+Ur/QR6cMan9ev6e9IyzpwY367c0=";
};
}