Move home-manager configurations files
This commit is contained in:
parent
9715b9569a
commit
1650bdc29b
37 changed files with 8 additions and 8 deletions
17
home-manager/webcord.nix
Normal file
17
home-manager/webcord.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ pkgs, ...}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
webcord
|
||||
];
|
||||
|
||||
xdg.desktopEntries = {
|
||||
webcord = {
|
||||
name = "Webcord";
|
||||
genericName = "Unofficial Discord client";
|
||||
exec = "webcord --ozone-platform=wayland";
|
||||
icon = "webcord";
|
||||
terminal = false;
|
||||
categories = [ "Application" "Network" "WebBrowser" ];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue