feat: Added fwupd
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
./command-runner.nix
|
./command-runner.nix
|
||||||
./resolved.nix
|
./resolved.nix
|
||||||
./minecraft.nix
|
./minecraft.nix
|
||||||
|
./fwupd.nix
|
||||||
];
|
];
|
||||||
services = {
|
services = {
|
||||||
# hardware.openrgb.enable = true;
|
# hardware.openrgb.enable = true;
|
||||||
|
|||||||
5
nixos/ryu/services/fwupd.nix
Normal file
5
nixos/ryu/services/fwupd.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{...}: {
|
||||||
|
services.fwupd = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user