Refactored repo layout

This commit is contained in:
2026-04-08 10:58:44 +02:00
parent c4c1207404
commit cdacdac38f
6 changed files with 41 additions and 30 deletions

View File

@@ -0,0 +1,12 @@
{ config, lib, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
../../modules/common.nix
];
networking.hostName = "Heracles";
services.power-profiles-daemon.enable = true;
}