top level config

This commit is contained in:
2025-08-23 11:14:17 -05:00
parent 21d4f0800a
commit f94627e858
6 changed files with 562 additions and 551 deletions

View File

@@ -1,5 +1,6 @@
{ config, lib, pkgs, ... }: {
config = {
home-manager = {
backupFileExtension = ".backup";
config = { config, lib, pkgs, inputs }: {
@@ -23,4 +24,5 @@
etcBackupExtension = ".backup";
motd = "";
};
};
}

View File

@@ -15,6 +15,7 @@
];
config = {
boot = {
kernelPackages = pkgs.linuxKernel.packages.linux_6_16;
loader = {
@@ -205,4 +206,6 @@
fonts.packages = with pkgs; [ nerd-fonts.fira-code ];
};
}

View File

@@ -10,6 +10,7 @@
inputs.sops-nix.nixosModules.sops
];
config = {
nixpkgs.config = {
allowUnfree = true;
@@ -137,4 +138,5 @@
fonts.packages = with pkgs; [ nerd-fonts.fira-code ];
};
}

View File

@@ -10,6 +10,7 @@
inputs.sops-nix.nixosModules.sops
];
config = {
nixpkgs.config = {
allowUnfree = true;
@@ -170,5 +171,6 @@
fonts.packages = with pkgs; [ nerd-fonts.fira-code ];
};
}

View File

@@ -8,6 +8,7 @@
];
config = {
hardware.nvidia.open = true;
boot.isContainer = true;
@@ -153,4 +154,5 @@
fonts.packages = with pkgs; [ nerd-fonts.fira-code ];
};
}

View File

@@ -45,7 +45,7 @@
then (import ./configuration/${z} {
config = {};
inherit lib pkgs inputs modulesPath;
})
}).config
else null;
test = if cfg == null then false
else if !(cfg ? sysconfig) then false