Revert "Switch to hyprland flake"

This reverts commit 1dbc476b8c.
This commit is contained in:
2024-05-24 00:04:53 +02:00
parent 2ce97c825a
commit e54e88e1e9
8 changed files with 29 additions and 52 deletions

View File

@@ -4,7 +4,6 @@
imports = [
./hardware-configuration.nix
../../system/monitoring.nix
../common
];
# Sops stuff
@@ -94,7 +93,6 @@
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;
};