Switch to stable
This commit is contained in:
parent
c9c6091c9e
commit
1a80986ebd
8 changed files with 176 additions and 224 deletions
|
|
@ -1,11 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
hardware = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
];
|
||||
};
|
||||
};
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
hardware.flipperzero.enable = true; # Installs and setups everything Flipper Zero
|
||||
|
|
|
|||
Reference in a new issue