- Changed jetbrains ides to jetbrains toolbox to get more up to date versions
- Create a new Stylix module with wallpaper and font configuration - Integrate Waybar into Niri - Changed Discord application to Vesktop - Enable Waydroid virtualization
This commit is contained in:
@ -14,6 +14,24 @@
|
||||
name = "Konsole";
|
||||
noDisplay = true;
|
||||
};
|
||||
|
||||
desktopEntries."discord" = {
|
||||
categories = [ "Network" "InstantMessaging" "Chat" ];
|
||||
exec = "vesktop %U";
|
||||
genericName = "Internet Messenger";
|
||||
icon = "/home/${username}/NixOS/other/discord.app.png";
|
||||
name = "Discord";
|
||||
type = "Application";
|
||||
};
|
||||
|
||||
desktopEntries."vesktop" = {
|
||||
noDisplay = true;
|
||||
categories = [ "Network" "InstantMessaging" "Chat" ];
|
||||
exec = "vesktop %U";
|
||||
genericName = "Internet Messenger";
|
||||
name = "Vesktop";
|
||||
type = "Application";
|
||||
};
|
||||
|
||||
desktopEntries.kitty = {
|
||||
name = "kitty";
|
||||
|
||||
Reference in New Issue
Block a user