Files
.dotfiles/hosts/violet/default.nix
T

16 lines
241 B
Nix

{ config, pkgs, ... }:
{
imports = [
./hardware.nix
../../system
../../system/security/thinkpad.nix
];
networking.hostName = "violet";
services.power-profiles-daemon.enable = false;
system.stateVersion = "26.05";
}