feat: Added fwupd
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
./command-runner.nix
|
||||
./resolved.nix
|
||||
./minecraft.nix
|
||||
./fwupd.nix
|
||||
];
|
||||
services = {
|
||||
# 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