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

17 lines
255 B
Nix

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