- Formatted everything using Alejandra
- Added 'ncli format' as a quick command to format everything
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
{ pkgs, username, project, ...}:
|
||||
{
|
||||
pkgs,
|
||||
username,
|
||||
project,
|
||||
...
|
||||
}: {
|
||||
xdg = {
|
||||
desktopEntries.youtube = {
|
||||
name = "YouTube";
|
||||
@ -7,16 +11,16 @@
|
||||
terminal = false;
|
||||
type = "Application";
|
||||
icon = "applications-multimedia";
|
||||
categories = [ "AudioVideo" "Player" "Network" ];
|
||||
categories = ["AudioVideo" "Player" "Network"];
|
||||
};
|
||||
|
||||
desktopEntries."org.kde.konsole" = {
|
||||
name = "Konsole";
|
||||
noDisplay = true;
|
||||
};
|
||||
|
||||
|
||||
desktopEntries."discord" = {
|
||||
categories = [ "Network" "InstantMessaging" "Chat" ];
|
||||
categories = ["Network" "InstantMessaging" "Chat"];
|
||||
exec = "vesktop %U";
|
||||
genericName = "Internet Messenger";
|
||||
icon = "/home/${username}/${project}/other/discord.app.png";
|
||||
@ -26,7 +30,7 @@
|
||||
|
||||
desktopEntries."vesktop" = {
|
||||
noDisplay = true;
|
||||
categories = [ "Network" "InstantMessaging" "Chat" ];
|
||||
categories = ["Network" "InstantMessaging" "Chat"];
|
||||
exec = "vesktop %U";
|
||||
genericName = "Internet Messenger";
|
||||
name = "Vesktop";
|
||||
@ -39,7 +43,7 @@
|
||||
comment = "Fast, feature-rich, GPU based terminal";
|
||||
exec = "kitty";
|
||||
terminal = false;
|
||||
categories = [ "System" "TerminalEmulator" ];
|
||||
categories = ["System" "TerminalEmulator"];
|
||||
|
||||
icon = "/home/${username}/${project}/other/kitty.app.png";
|
||||
};
|
||||
@ -107,6 +111,5 @@
|
||||
name = "Discover";
|
||||
noDisplay = true;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user