initial commit for module-refactor

This commit is contained in:
pagedmov
2024-11-01 21:01:52 -04:00
parent 7bee6ebce5
commit ff2535e7a7
62 changed files with 2819 additions and 2670 deletions

View File

@@ -1,6 +1,7 @@
{pkgs, ...}: {
system.stateVersion = "24.05";
nixpkgs.config.allowUnfree = true;
imports = [ ./hardware.nix ];
nix = {
settings = {
auto-optimise-store = true;

View File

@@ -1,15 +0,0 @@
{
host,
inputs,
username,
nur,
pkgs,
self,
...
}: {
imports = [
./../../modules/sys/configuration.nix
./hardware.nix
./settings.nix
];
}