nix: carbon: refactor

This commit is contained in:
Primrose 2024-07-28 16:17:29 +02:00
parent 1e7513f704
commit 480f3f6f72
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
9 changed files with 206 additions and 196 deletions

View file

@ -40,10 +40,4 @@ in
};
};
};
hardware.i2c.enable = true;
users.users."leana".extraGroups = [ "i2c" ];
environment.systemPackages = [ pkgs.ddcutil ];
programs.light.enable = true;
}