move laptop to x13-mairie

This commit is contained in:
2026-06-19 06:07:08 +02:00
parent 25a00f435f
commit a52e554770
4 changed files with 34 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
{ pkgs, ... }:
{
imports = [
./hardware-configuration.nix
./users.nix
../../modules/system/boot.nix
../../modules/system/locale.nix
../../modules/system/network.nix
../../modules/system/packages.nix
../../modules/desktop/hyprland.nix
../../modules/desktop/audio.nix
../../modules/desktop/fonts.nix
../../modules/desktop/packages.nix
];
networking.hostName = "x13-mairie";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
system.stateVersion = "26.05";
}