Restructuring
This commit is contained in:
13
Satori/configuration.nix
Normal file
13
Satori/configuration.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware.nix
|
||||
./stuff.nix
|
||||
./pkgs.nix
|
||||
./networking.nix
|
||||
./boot.nix
|
||||
];
|
||||
system.stateVersion = "20.09";
|
||||
}
|
Reference in New Issue
Block a user