chore: do some stuff
devenv: scripts and nixpkgs-fmt hyprland: enable UWSM support
This commit is contained in:
parent
5175a6d9f3
commit
57c4933610
5 changed files with 14 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
|||
{ pkgs
|
||||
, ...
|
||||
}: {
|
||||
home.packages = with pkgs; [ vesktop ];
|
||||
xdg.desktopEntries.discord = {
|
||||
home.packages = with pkgs; [ discord vesktop ];
|
||||
/*xdg.desktopEntries.discord = {
|
||||
exec = "${pkgs.vesktop}/bin/vesktop";
|
||||
terminal = false;
|
||||
mimeType = [ "x-scheme-handler/discord" ];
|
||||
name = "Discord - Vesktop";
|
||||
genericName = "Discord but substituted with Vesktop";
|
||||
type = "Application";
|
||||
};
|
||||
};*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue