mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: add auto microcode updates to demeter
This commit is contained in:
parent
40d3e9e427
commit
a4e83309b7
1 changed files with 2 additions and 0 deletions
|
@ -165,6 +165,8 @@
|
|||
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
|
||||
programs.zsh.enable = false;
|
||||
programs.fish.enable = true;
|
||||
users.users.youwen.shell = pkgs.fish;
|
||||
|
|
Loading…
Reference in a new issue