Minimal hyprland config

This commit is contained in:
LarsZauberer 2024-04-12 15:53:06 +02:00
commit 4d5eca48d1
6 changed files with 91 additions and 18 deletions

View file

@ -7,5 +7,11 @@
username = "lars";
};
};
hyprland = {
enable = true;
nvidia.enable = true;
};
};
services.getty.autologinUser = "lars";
}