Move option
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user