feat: Update stuff
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-03-09 16:54:14 +05:30
parent 0874bb6698
commit 3b23c25509
9 changed files with 88 additions and 67 deletions

View File

@@ -32,6 +32,8 @@
wayland.windowManager.hyprland = {
enable = device.is "ryu";
systemd.enable = true;
package = pkgs.hyprland;
portalPackage = pkgs.xdph;
settings = {
# source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf";

View File

@@ -5,16 +5,12 @@
inputs,
...
}: {
environment.pathsToLink = ["/share/xdg-desktop-portal" "/share/applications"];
xdg.portal = {
enable = device.is "ryu";
config = {
hyprland.default = ["hyprland"];
common.default = ["*" "hyprland"];
};
extraPortals = with pkgs; [
kdePackages.xdg-desktop-portal-kde
xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk
];
};
}