test
All checks were successful
deploy-rs / deploy-rs (push) Successful in 25m3s

This commit is contained in:
iFargle 2024-02-01 21:47:12 +09:00
parent 99f791c936
commit edb622ac81

View file

@ -13,10 +13,6 @@
# ../../common/services/tlp.nix
];
environment.systemPackages = [
pkgs.distrobox
];
services.fwupd.enable = true;
# we need fwupd 1.9.7 to downgrade the fingerprint sensor firmware
services.fwupd.package = (import (builtins.fetchTarball {
@ -79,5 +75,7 @@
wineWowPackages.stable
winetricks
wineWowPackages.waylandFull
distrobox
];
}