init config

This commit is contained in:
2025-07-04 00:32:17 +02:00
commit 1a20402712
35 changed files with 2383 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{ ... }:
{
imports = [
hardware/intel-cpu.nix
hardware/no-mitigations.nix
system/roles.nix
system/nixpkgs.nix
system/location.nix
system/shell.nix
system/users.nix
system/ssh.nix
desktop/plasma.nix
desktop/pulseaudio.nix
];
}