This commit is contained in:
chaos 2024-09-04 14:42:44 +01:00
parent 0a2fe27ef8
commit a435fa66d8
No known key found for this signature in database

View file

@ -59,8 +59,8 @@ in {
};
};
home-manager.users.root.imports = with tree.presets.home-manager; [dev.all];
home-manager.users.chaos.imports = with tree.presets.home-manager; [dev.all];
home-manager.users.root.imports = with tree.profiles.home-manager; [dev.all];
home-manager.users.chaos.imports = with tree.profiles.home-manager; [dev.all];
services.xserver.displayManager.gdm.autoLogin.delay = 5;