Changed Configurations to use the assets repo instead of paths in main repo
This commit is contained in:
@ -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" = {
|
||||
|
||||
Reference in New Issue
Block a user