chore: do some stuff

devenv: scripts and nixpkgs-fmt
hyprland: enable UWSM support
This commit is contained in:
Zhongheng Liu 2025-01-08 22:46:31 +02:00
commit 57c4933610
Signed by: steven
GPG key ID: 805A28B071DAD84B
5 changed files with 14 additions and 7 deletions

View file

@ -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";
};
};*/
}