dotfiles/systems/desktop/default.nix
2024-10-11 17:38:05 -05:00

12 lines
243 B
Nix
Executable file

{lib, ...}: {
imports = [
./boot.nix
./filesystem.nix
./graphics.nix
./hardware.nix
./networking.nix
./sops.nix
];
nixpkgs.hostPlatform = lib.mkForce "x86_64-linux";
system.stateVersion = lib.mkForce "24.05";
}