Add Tablet

This commit is contained in:
Bun 2025-03-16 00:30:10 -04:00
parent 380393b423
commit fa8299ee29
11 changed files with 150 additions and 1 deletions

21
hosts/intuos/default.nix Normal file
View file

@ -0,0 +1,21 @@
{ config, lib, ... }:
{
imports = [
./boot
./disko
./filesystems
./hardware
./users
../../modules/system
];
networking.hostName = "intuos";
system = {
desktop.enable = true;
lanzaboote.enable = true;
fancyboot.enable = true;
wireless.enable = true;
stateVersion = "24.11";
};
}