hurricane: 20 current 2025-06-17 16:20:58 25.05.20250615.6c64dab 6.15.2 *

enable hyprland from flake using cachix
This commit is contained in:
2025-06-17 16:21:00 +02:00
parent f538c04b0c
commit 973173190b

View File

@ -1,4 +1,8 @@
{pkgs, ...}: {
{
inputs,
pkgs,
...
}: {
services = {
xserver = {
enable = true;
@ -22,8 +26,8 @@
enable = true;
withUWSM = true;
# Only enable the flake packages after Cachix has already been enabled
#package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
#portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
regreet.enable = true;
uwsm = {