add light to p14s

This commit is contained in:
Daniel Meiburg 2023-09-28 23:45:43 +02:00
parent 84fffca49b
commit c31c21d4a6
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
networking.hostName = "p14s"; # Define your hostname. networking.hostName = "p14s"; # Define your hostname.
users.users.dm.extraGroups = [ "video" ];
programs.light.enable = true;
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave