small changes

This commit is contained in:
2024-12-15 22:37:43 -05:00
parent adabefd821
commit ea8607eb41
5 changed files with 21 additions and 35 deletions

View File

@ -3,9 +3,7 @@
pkgs,
userName,
...
}: let
timeZone = null;
in {
}: {
imports = [
../../apps/flatpak.nix
../../pwrMgmt
@ -27,7 +25,7 @@ in {
hardware.bluetooth.enable = true;
# Set your timezone
time.timeZone = timeZone ? "America/Detroit";
time.timeZone = "America/Detroit";
# Enable touchpad
services.libinput.enable = true;