gihcomit
This commit is contained in:
@@ -12,6 +12,20 @@
|
||||
modules.tuigreet
|
||||
<modules/common/laptop-power-management>
|
||||
modules.fonts
|
||||
(modules.tdp {
|
||||
batt = {
|
||||
cpu = {
|
||||
long-term = 10;
|
||||
short-term = 15;
|
||||
};
|
||||
};
|
||||
ac = {
|
||||
cpu = {
|
||||
long-term = 120;
|
||||
short-term = 120;
|
||||
};
|
||||
};
|
||||
})
|
||||
];
|
||||
nixos =
|
||||
{ pkgs, config, ... }:
|
||||
@@ -20,7 +34,7 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
# boot.kernelPackages = pkgs.linuxPackages_6_12; # Hibernate works on 6.12 but not on latest
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen; # Unpinned the linux version for now.. as i am not using hibernate that often
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest; # Unpinned the linux version for now.. as i am not using hibernate that often
|
||||
networking.hostName = "doloro-nixos-laptop"; # Define your hostname.
|
||||
security.rtkit.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user