small changes
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user