Restructuring

This commit is contained in:
2021-04-29 21:29:29 +05:30
parent 58cfa66af5
commit ecf68fec43
22 changed files with 496 additions and 27 deletions

13
Satori/configuration.nix Normal file
View File

@@ -0,0 +1,13 @@
{lib, config, pkgs, ... }:
{
imports =
[
./hardware.nix
./stuff.nix
./pkgs.nix
./networking.nix
./boot.nix
];
system.stateVersion = "20.09";
}