Adding nerdfonts
This commit is contained in:
+6
-2
@@ -50,11 +50,14 @@ outputs =
|
||||
lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
|
||||
(
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
inputs.nerdfonts.overlays.default
|
||||
];
|
||||
|
||||
}
|
||||
)
|
||||
|
||||
# Import machine-specific configurations
|
||||
./assets/flake/machines/traveldroid/top.nix
|
||||
@@ -73,6 +76,7 @@ outputs =
|
||||
home-manager.extraSpecialArgs = { inherit user inputs flakeRoot; };
|
||||
}
|
||||
];
|
||||
|
||||
specialArgs = { inherit user inputs flakeRoot; };
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user