non important commit

This commit is contained in:
maxstrb 2025-12-16 18:08:42 +01:00
parent b595aad68c
commit 8f8fb5e0e0
3 changed files with 3 additions and 16 deletions

View file

@ -1,8 +1,4 @@
{
pkgs,
inputs,
...
}: {
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
wl-clipboard
libsForQt5.qt5.qtquickcontrols2
@ -24,8 +20,8 @@
hyprland = {
enable = true;
withUWSM = true;
package = inputs.hyprland.packages."x86_64-linux".hyprland;
portalPackage = inputs.hyprland.packages."x86_64-linux".xdg-desktop-portal-hyprland;
package = pkgs.hyprland;
portalPackage = pkgs.xdg-desktop-portal-hyprland;
};
};