From 85a8bb46c342a751f2510501595fc655db4e4c12 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 28 Feb 2026 16:23:24 +0000 Subject: [PATCH] Move option --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 69634bc..e19acd9 100644 --- a/flake.nix +++ b/flake.nix @@ -154,6 +154,7 @@ system.stateVersion = "25.11"; home-manager = { users.chris = { pkgs, lib, ... }: { + wayland.windowManager.hyprland.enable = true; home = { username = "chris"; homeDirectory = "/home/chris"; @@ -169,7 +170,6 @@ ".ssh" ]; }; - wayland.windowManager.hyprland.enable = true; activation.setupDotfiles = lib.hm.dag.entryAfter ["writeBoundary"] '' if [[ -v DRY_RUN ]]; then echo "Dry run: Would bootstrap dotfiles from labs.scarif.space"