Files
dotfiles/hosts/satori/default.nix
Amneesh Singh 5fef417fb0 home/natto: move around stuff
move git and zsh from hosts/satori and split services.nix

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2023-01-24 11:36:04 +05:30

18 lines
275 B
Nix

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