Add grablet

This commit is contained in:
Daniel Flanagan 2024-06-29 02:55:19 -05:00
parent 3361c316b9
commit bb015fc244
2 changed files with 28 additions and 3 deletions

View file

@ -283,6 +283,34 @@
];
};
grablet = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = with nixosModules; [
common
outputs.diskoConfigurations.standard
hardware.nixosModules.common-cpu-intel-kaby-lake
hardware.nixosModules.common-pc-laptopp-ssd
graphical-workstation
laptop
gaming
./nixos/thablet.nix
{
home-manager.users.daniel = {
imports = with homeManagerModules; [
iex
cargo
linux-desktop-environment-config
];
};
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
}
];
};
thinker = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = with nixosModules; [

View file

@ -18,9 +18,6 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
networking.hostName = "beefcake";
imports = [
../modules/nixos/intel.nix
../modules/nixos/fonts.nix
# TODO: break these modules out someday maybe?
{
# hardware