Fixed lockscreen.

This commit is contained in:
Gabe Venberg 2026-02-27 12:30:04 -06:00
parent 61bfa4263b
commit 6d8560149f
2 changed files with 7 additions and 4 deletions

View file

@ -32,6 +32,7 @@ in {
];
services.localtimed.enable= config.host.details.isLaptop;
services.geoclue2.enable=true;
# Allow unfree packages
nixpkgs.config.allowUnfree = true;