refact(luffy): folder + 24.11 compatibility
This commit is contained in:
parent
2cacfb7907
commit
62605df4b6
2 changed files with 8 additions and 9 deletions
|
@ -72,13 +72,13 @@
|
|||
};
|
||||
|
||||
imports = [
|
||||
../modules/console.nix
|
||||
../modules/desktop.nix
|
||||
../modules/fonts.nix
|
||||
../modules/home-config.nix
|
||||
../modules/laptop.nix
|
||||
../modules/local-dev.nix
|
||||
../modules/nixos.nix
|
||||
../../modules/console.nix
|
||||
../../modules/desktop.nix
|
||||
../../modules/fonts.nix
|
||||
../../modules/home-config.nix
|
||||
../../modules/laptop.nix
|
||||
../../modules/local-dev.nix
|
||||
../../modules/nixos.nix
|
||||
];
|
||||
services.eris-server = {
|
||||
enable = true;
|
|
@ -87,8 +87,7 @@
|
|||
#nixpkgs.config.allowBroken = true;
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
hardware.opengl.enable = true;
|
||||
hardware.opengl.driSupport = true;
|
||||
hardware.graphics.enable = true;
|
||||
powerManagement = {
|
||||
# Enable gradually increasing/decreasing CPU frequency, rather than using
|
||||
# "powersave", which would keep CPU frequency at 0.8GHz.
|
Loading…
Add table
Reference in a new issue