Files
dotfiles/hosts/remilia/default.nix
Amneesh Singh e6cb5b2615 ran nixpkgs-fmt
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2022-12-08 01:11:53 +05:30

15 lines
208 B
Nix

{ lib, config, ... }:
{
imports =
[
./networking.nix
./hardware.nix
./boot.nix
./services.nix
./mailserver.nix
./stuff.nix
];
system.stateVersion = "21.11";
}