mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 19:23:39 -05:00
12 lines
181 B
Nix
12 lines
181 B
Nix
{ NAME }: { ... }: {
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
polychromatic
|
|
];
|
|
hardware = {
|
|
openrazer = {
|
|
enable = true;
|
|
users = [ NAME ];
|
|
};
|
|
};
|
|
}
|