Move option

This commit is contained in:
2026-02-28 16:23:24 +00:00
parent 5cb966904f
commit 85a8bb46c3

View File

@@ -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"