separate groups and himalaya

This commit is contained in:
Noah Masur
2022-04-28 22:55:42 -04:00
parent bbed1ed591
commit 4735cce26f
6 changed files with 51 additions and 42 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ pkgs, user, ... }: {
# Timezone required for Redshift schedule
imports = [ ../system/timezone.nix ];
@ -20,6 +20,9 @@
# Detect monitors (brightness)
hardware.i2c.enable = true;
# Grant user access to external monitors
users.users.${user}.extraGroups = [ "i2c" ];
services.xserver.displayManager = {
# Put the login screen on the left monitor