mirror of
https://codeberg.org/mtxyz/nixconf.git
synced 2024-11-09 10:01:57 +00:00
Enables fwupd
This commit is contained in:
parent
4238e9b17b
commit
e9d22cb0bc
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ in
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
||||||
|
|
||||||
|
services.fwupd.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nvd nixpkgs-fmt nix-output-monitor
|
nvd nixpkgs-fmt nix-output-monitor
|
||||||
coreutils mime-types file
|
coreutils mime-types file
|
||||||
|
|
Loading…
Reference in a new issue