feat(home): add vesktop package and configure xdg portal for hyprland

This commit is contained in:
uttarayan21
2025-11-13 04:14:07 +05:30
parent 1a42c54678
commit 49ef43cf25
2 changed files with 5 additions and 4 deletions

View File

@@ -5,5 +5,6 @@
}: { }: {
home.packages = lib.optionals pkgs.stdenv.isLinux [ home.packages = lib.optionals pkgs.stdenv.isLinux [
pkgs.discord pkgs.discord
pkgs.vesktop
]; ];
} }

View File

@@ -7,11 +7,11 @@
lib.optionalAttrs (device.is "ryu") { lib.optionalAttrs (device.is "ryu") {
xdg.portal = { xdg.portal = {
enable = pkgs.stdenv.isLinux; enable = pkgs.stdenv.isLinux;
# config = { config = {
# hyprland.default = ["hyprland" "kde"];
# }; };
extraPortals = with pkgs; [ extraPortals = with pkgs; [
# xdg-desktop-portal-hyprland xdg-desktop-portal-hyprland
kdePackages.xdg-desktop-portal-kde kdePackages.xdg-desktop-portal-kde
]; ];
}; };