forked from fabian/nix_config
unified all nixos configurations
This commit is contained in:
parent
001642dc94
commit
42530f5cfc
32 changed files with 1054 additions and 56 deletions
|
@ -68,7 +68,7 @@
|
|||
|
||||
inherit (pkgs.local.lib) importAll;
|
||||
|
||||
local = import ./pkgs;
|
||||
local = final: prev: import ./pkgs {inherit final prev flakes;};
|
||||
in
|
||||
with pkgs.lib; {
|
||||
formatter.${system} = pkgs.alejandra;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue