forked from Bun/nixos-config
Move fonts config into home-manager
This commit is contained in:
parent
300c954fd7
commit
c380052b0c
9 changed files with 23 additions and 18 deletions
|
@ -47,7 +47,7 @@
|
|||
packages = forAllSystems (system: import ./extras/pkgs nixpkgs.legacyPackages.${system});
|
||||
|
||||
# Your custom packages and modifications, exported as overlays
|
||||
overlays = import ./extras/overlays.nix {inherit inputs;};
|
||||
overlays = import ./extras/overlays.nix { inherit inputs; };
|
||||
|
||||
# Variables defined so they can be accessed globally
|
||||
secrets = import ./extras/secrets.nix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue