initial config

This commit is contained in:
matiss
2026-04-20 15:08:47 +00:00
commit 8f4daf76b8
27 changed files with 1458 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# ==========================================
# HOST: matiss (Hyprland Workstation)
# ==========================================
{ config, pkgs, inputs, ... }:
{
imports = [
./hardware-configuration.nix
# System modules
../../modules/system/nix.nix
../../modules/system/boot.nix
../../modules/system/network.nix
../../modules/system/firewall.nix
../../modules/system/desktop.nix
../../modules/system/hardware.nix
../../modules/system/user.nix
../../modules/system/fonts.nix
../../modules/system/services.nix
../../modules/system/vpn.nix
];
networking.hostName = "matiss";
}