forked from colonelpanic/dotfiles
[NixOS] Tweaks
This commit is contained in:
parent
7d1520faa3
commit
09d98d9512
@ -10,6 +10,8 @@
|
||||
../dfinity.nix
|
||||
];
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
# disable card with bbswitch by default since we turn it on only on demand!
|
||||
hardware.nvidiaOptimus.disable = true;
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
raspberrypi-eeprom
|
||||
piclone
|
||||
];
|
||||
|
||||
nix = {
|
||||
|
Loading…
Reference in New Issue
Block a user