forked from poz/niksos
builtins.fetchurl → pkgs.fetchurl
This commit is contained in:
parent
32bdc504bc
commit
5fbd3376bd
2 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@
|
|||
definedAliases = [ "@sx" ];
|
||||
};
|
||||
|
||||
logo = builtins.fetchurl {
|
||||
logo = pkgs.fetchurl {
|
||||
url = "https://raw.githubusercontent.com/schizofox/assets/main/logo/logo.png";
|
||||
sha256 = "1wjzivdmppbzrwdxhza5dzzljl3z59vfgggxim9xjb2rzr0wqyyf";
|
||||
};
|
||||
|
|
|
@ -66,11 +66,11 @@ in {
|
|||
|
||||
# TODO somehow make this configurable IDK
|
||||
xdg.configFile = {
|
||||
"Kvantum/catppuccin/catppuccin.kvconfig".source = builtins.fetchurl {
|
||||
"Kvantum/catppuccin/catppuccin.kvconfig".source = pkgs.fetchurl {
|
||||
url = "https://raw.githubusercontent.com/catppuccin/Kvantum/main/src/Catppuccin-Mocha-Green/Catppuccin-Mocha-Green.kvconfig";
|
||||
sha256 = "16ry4k09nf5w1gyawwz2ny14zn6infqk40l35lqlg30lhgbdmr5f";
|
||||
};
|
||||
"Kvantum/catppuccin/catppuccin.svg".source = builtins.fetchurl {
|
||||
"Kvantum/catppuccin/catppuccin.svg".source = pkgs.fetchurl {
|
||||
url = "https://raw.githubusercontent.com/catppuccin/Kvantum/main/src/Catppuccin-Mocha-Green/Catppuccin-Mocha-Green.svg";
|
||||
sha256 = "1djh625qag34rjsp7y67nzbi9nbmiwgq63ydfizsh65n3fyfakf1";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue