feat(nixos): autologin and start Hyprland at boot

This commit is contained in:
Mohammad Rafiq 2025-03-18 02:40:09 +08:00
parent eee331b384
commit 9eaa1e4670
No known key found for this signature in database
3 changed files with 12 additions and 0 deletions

View file

@ -2,5 +2,6 @@
imports = [
./programs/hyprland.nix
./programs/hyprlock.nix
./programs/getty.nix
];
}