mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 22:27:43 -05:00
Adding Very Basic Thunderbird Config
This commit is contained in:
parent
e61807a592
commit
fcded54d58
4 changed files with 26 additions and 4 deletions
|
|
@ -9,10 +9,12 @@
|
|||
};
|
||||
};
|
||||
config = lib.mkIf (config.gui.enable && config.openrgb.enable) {
|
||||
home-manager.users.${config.user} = {
|
||||
home.packages = [
|
||||
pkgs.openrgb-with-all-plugins
|
||||
];
|
||||
services.hardware.openrgb = {
|
||||
enable = true;
|
||||
motherboard = "amd";
|
||||
package = pkgs.openrgb-with-all-plugins;
|
||||
};
|
||||
# environment.systemPackages = [ pkgs.i2c-tools ];
|
||||
users.groups.i2c.members = [ config.user ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue