Move Envy back to Pear

This commit is contained in:
Bun 2025-04-30 19:34:43 -04:00
parent d2204a4916
commit c04e4203ea
12 changed files with 34 additions and 43 deletions

18
hosts/pear/default.nix Normal file
View file

@ -0,0 +1,18 @@
{ config, lib, ... }:
{
imports = [
./boot
./disko
./hardware
./services
./users
../../modules/system
];
networking.hostName = "pear";
system = {
desktop.enable = true;
stateVersion = "24.11";
};
}