From fcdc4e942f695c8ce4a334f90b790ed9e782be6a Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 6 Nov 2023 22:51:13 -0500 Subject: [PATCH] ame: switch to hyprland --- hosts/ame/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/ame/default.nix b/hosts/ame/default.nix index 6d80112..f89ff29 100644 --- a/hosts/ame/default.nix +++ b/hosts/ame/default.nix @@ -17,9 +17,7 @@ }; }; - programs.river = { - enable = true; - }; + programs.hyprland.enable = true; networking.hostName = "ame"; services.xserver.enable = true;