diff --git a/hosts/raspberry-pi5/raspberry-pi5.nix b/hosts/raspberry-pi5/raspberry-pi5.nix index a8c2394..5a70f94 100644 --- a/hosts/raspberry-pi5/raspberry-pi5.nix +++ b/hosts/raspberry-pi5/raspberry-pi5.nix @@ -59,7 +59,8 @@ in { }; }; - home-manager.users.chaos + home-manager.users.root.imports = with tree.presets.home-manager; [dev.all]; + home-manager.users.chaos.imports = with tree.presets.home-manager; [dev.all]; services.xserver.displayManager.gdm.autoLogin.delay = 5;