mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
10 lines
242 B
Nix
10 lines
242 B
Nix
{pkgs, ...}: {
|
|
imports = [
|
|
./hyprland.nix
|
|
./default.nix
|
|
../users/willem/home/linux.nix
|
|
../modules/zerotier.nix
|
|
];
|
|
powerManagement.cpuFreqGovernor = "performance";
|
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
|
}
|