feat(ags): add back icons
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
5beeb99aca
commit
f0704cba04
2 changed files with 11 additions and 3 deletions
|
@ -3,12 +3,12 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
"${agsConfigDir}/config/icons/down-large-symbolic.svg".source = pkgs.fetchurl {
|
||||
"${agsConfigDir}/icons/down-large-symbolic.svg".source = pkgs.fetchurl {
|
||||
url = "https://www.svgrepo.com/download/158537/down-chevron.svg";
|
||||
hash = "sha256-mOfNjgZh0rt6XosKA2kpLY22lJldSS1XCphgrnvZH1s=";
|
||||
};
|
||||
|
||||
"${agsConfigDir}/config/icons/nixos-logo-symbolic.svg".text =
|
||||
"${agsConfigDir}/icons/nixos-logo-symbolic.svg".text =
|
||||
# xml
|
||||
''
|
||||
<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
@ -140,7 +140,15 @@ in {
|
|||
};
|
||||
'';
|
||||
in (
|
||||
(buildGirTypes {
|
||||
(import ./icons.nix {
|
||||
inherit pkgs;
|
||||
agsConfigDir = cfg.configDir;
|
||||
})
|
||||
// (import ./icons.nix {
|
||||
inherit pkgs;
|
||||
agsConfigDir = gtk4ConfigDir;
|
||||
})
|
||||
// (buildGirTypes {
|
||||
pname = "ags";
|
||||
configPath = "${cfg.configDir}/@girs";
|
||||
packages = filter (x:
|
||||
|
|
Loading…
Add table
Reference in a new issue