Changed Configurations to use the assets repo instead of paths in main repo

This commit is contained in:
2026-04-14 11:06:44 +02:00
parent 7ed6185b1d
commit 1991a88884
8 changed files with 53 additions and 21 deletions

View File

@ -2,6 +2,7 @@
pkgs,
username,
project,
cookiez-assets,
...
}: {
xdg = {
@ -23,7 +24,7 @@
categories = ["Network" "InstantMessaging" "Chat"];
exec = "vesktop %U";
genericName = "Internet Messenger";
icon = "/home/${username}/${project}/other/discord.app.png";
icon = "${cookiez-assets}/apps/discord.png";
name = "Discord";
type = "Application";
};
@ -45,7 +46,7 @@
terminal = false;
categories = ["System" "TerminalEmulator"];
icon = "/home/${username}/${project}/other/kitty.app.png";
icon = "${cookiez-assets}/apps/kitty.png";
};
desktopEntries."org.kde.kinfocenter" = {