2023-08-26 14:01:58 +02:00
|
|
|
{inputs, ...}: {
|
2023-01-21 17:30:50 +01:00
|
|
|
imports = [
|
2023-08-26 14:01:58 +02:00
|
|
|
inputs.nixos-hardware.nixosModules.common-cpu-intel
|
|
|
|
inputs.nixos-hardware.nixosModules.common-gpu-intel
|
|
|
|
inputs.nixos-hardware.nixosModules.common-pc-laptop
|
|
|
|
inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
|
2023-05-18 06:57:58 +02:00
|
|
|
|
2023-09-02 17:30:09 +02:00
|
|
|
../../modules/config
|
|
|
|
../../modules/dev
|
2023-09-23 20:40:20 +02:00
|
|
|
../../modules/graphical
|
|
|
|
|
|
|
|
../../modules/optional/xserver.nix
|
|
|
|
../../modules/optional/wayland.nix
|
2023-09-25 23:39:10 +02:00
|
|
|
../../modules/optional/secureboot.nix
|
2023-06-03 11:05:10 +02:00
|
|
|
|
2023-09-02 17:30:09 +02:00
|
|
|
../../modules/hardware/bluetooth.nix
|
|
|
|
../../modules/hardware/laptop.nix
|
|
|
|
../../modules/hardware/intel.nix
|
|
|
|
../../modules/hardware/nvidia.nix
|
|
|
|
../../modules/hardware/physical.nix
|
|
|
|
../../modules/hardware/pipewire.nix
|
|
|
|
../../modules/hardware/yubikey.nix
|
|
|
|
../../modules/hardware/zfs.nix
|
2023-01-21 17:30:50 +01:00
|
|
|
|
2023-09-02 17:30:09 +02:00
|
|
|
../../modules/hardware/prime-offload.nix
|
2023-01-28 02:50:14 +01:00
|
|
|
|
2023-05-18 06:57:58 +02:00
|
|
|
./net.nix
|
|
|
|
./fs.nix
|
|
|
|
./wireguard.nix
|
2023-05-18 11:47:55 +02:00
|
|
|
|
|
|
|
../../users/patrick
|
2023-05-18 06:57:58 +02:00
|
|
|
];
|
2023-09-23 20:40:20 +02:00
|
|
|
stylix.fonts.sizes = {
|
|
|
|
terminal = 9;
|
|
|
|
applications = 9;
|
|
|
|
desktop = 8;
|
|
|
|
};
|
2023-01-21 17:30:50 +01:00
|
|
|
}
|