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

13 lines
185 B
Nix

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