nix-config/machines/howl/default.nix
Zuckerberg b7f82f2d44
All checks were successful
Check Flake / check-flake (push) Successful in 1m14s
Consolidate common PC config
2024-06-03 21:07:53 -06:00

14 lines
211 B
Nix

{ config, pkgs, lib, ... }:
{
imports = [
./hardware-configuration.nix
];
# don't use remote builders
nix.distributedBuilds = lib.mkForce false;
de.enable = true;
de.touchpad.enable = true;
}