forked from colonelpanic/dotfiles
[NixOS] Jay lenovo uses full.nix
This commit is contained in:
parent
620b5f88d7
commit
8df08cf97a
@ -6,6 +6,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../base.nix
|
../base.nix
|
||||||
|
../full.nix
|
||||||
../essential-no-arm.nix
|
../essential-no-arm.nix
|
||||||
../essential.nix
|
../essential.nix
|
||||||
../code.nix
|
../code.nix
|
||||||
@ -42,7 +43,5 @@
|
|||||||
|
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||||
|
|
||||||
hardware.video.hidpi.enable = lib.mkDefault true;
|
|
||||||
|
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user