feat: Added stuff

This commit is contained in:
2026-03-07 22:43:13 +05:30
parent 316bffb9f5
commit 0874bb6698
10 changed files with 41 additions and 46 deletions

View File

@@ -158,6 +158,5 @@
Fingerprinting = true;
};
};
suppressXdgMigrationWarning = true;
};
}

View File

@@ -32,8 +32,6 @@
wayland.windowManager.hyprland = {
enable = device.is "ryu";
systemd.enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
settings = {
# source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf";

View File

@@ -13,8 +13,7 @@
};
extraPortals = with pkgs; [
kdePackages.xdg-desktop-portal-kde
# xdg-desktop-portal-hyprland
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland
xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk
];
};