Switch to hyprland flake

This commit is contained in:
2024-05-23 23:26:02 +02:00
parent d0fa636f97
commit 1dbc476b8c
6 changed files with 45 additions and 28 deletions

View File

@@ -4,6 +4,7 @@
imports = [
./hardware-configuration.nix
../../system/monitoring.nix
../common
];
# Sops stuff
@@ -93,6 +94,7 @@
services.xserver.windowManager.i3.enable = true;
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
xwayland.enable = true;
portalPackage = pkgs.xdg-desktop-portal-hyprland;
};