overlays lol

This commit is contained in:
mjallen18
2026-03-16 14:25:26 -05:00
parent e6c9e21c62
commit 3e232c3474
6 changed files with 11 additions and 21 deletions

View File

@@ -132,6 +132,11 @@
# Nix files to a separate directory.
src = ./.;
overlays = with inputs; [
nix-vscode-extensions.overlays.default
nix-cachyos-kernel.overlays.default
];
# Add a module to a specific host.
systems = {
# common modules
@@ -243,11 +248,6 @@
];
};
};
overlays.nixos = with inputs; [
nix-vscode-extensions.overlays.default
nix-cachyos-kernel.overlays.default
];
};
# Configure Snowfall Lib, all of these settings are optional.