mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-03 16:50:24 -04:00
update: misc
This commit is contained in:
parent
391159f8f3
commit
5339994df8
10 changed files with 100 additions and 185 deletions
|
@ -16,6 +16,8 @@
|
|||
../common/optional/steam.nix
|
||||
../common/optional/flatpak.nix
|
||||
../common/optional/fcitx5.nix
|
||||
../common/optional/bluetooth.nix
|
||||
../common/optional/sunshine.nix
|
||||
];
|
||||
|
||||
# Bootloader
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = ["kvm-amd"];
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
# Firmware packages
|
||||
hardware.firmware = with pkgs; [
|
||||
linux-firmware
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue