Adding nerdfonts
This commit is contained in:
@@ -150,7 +150,6 @@ The Nix flake definition for Droidnix.
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nerdfonts.url = "github:nix-community/nerdfonts";
|
||||
emacs-overlay = {
|
||||
url = "github:nix-community/emacs-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
@@ -193,21 +192,12 @@ outputs =
|
||||
lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
|
||||
nixpkgs.overlays = [
|
||||
inputs.nerdfonts.overlays.default
|
||||
];
|
||||
|
||||
|
||||
# Import machine-specific configurations
|
||||
./assets/flake/machines/traveldroid/top.nix
|
||||
|
||||
# Catppuccin theme module
|
||||
inputs.catppuccin.nixosModules.catppuccin
|
||||
|
||||
# Anchoring all the other nixes
|
||||
./generated/top.nix
|
||||
|
||||
# Home Manager module
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
{
|
||||
@@ -924,7 +914,6 @@ This file installs and configures fonts
|
||||
nerdfonts.packages.firacode
|
||||
];
|
||||
}
|
||||
|
||||
#+END_SRC
|
||||
|
||||
** =generated/system/core/eww.nix=
|
||||
|
||||
Reference in New Issue
Block a user