overlays lol
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user