- Add config option to switch between window managers / desktop environments - Remove systemPackages attribute when a service or program attribute is available - Add GNOME to gui
7 lines
142 B
Nix
7 lines
142 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = [ pkgs.openrgb-with-all-plugins ];
|
|
services.hardware.openrgb.enable = true;
|
|
}
|