mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Moved nix files from home-manager to flake to be more generalized
This commit is contained in:
parent
d65ec62e43
commit
6b848b363a
21 changed files with 2 additions and 2 deletions
|
|
@ -1,15 +0,0 @@
|
|||
{inputs, ...}: {
|
||||
additions = final: _prev: import ../pkgs final.pkgs;
|
||||
|
||||
modifications = final: prev: {
|
||||
mods = {
|
||||
};
|
||||
};
|
||||
|
||||
unstable-packages = final: prev: {
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
system = final.system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue