remove nerdfonts

This commit is contained in:
outfoxxed 2025-07-24 19:37:06 -07:00
parent e93daf224e
commit 728eb347c3
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 0 additions and 5 deletions

View file

@ -71,7 +71,6 @@
modules = [ modules = [
./modules/impurity.nix ./modules/impurity.nix
./modules/preserve-system.nix ./modules/preserve-system.nix
./modules/devenv
./modules/system.nix ./modules/system.nix
./modules/hyprland ./modules/hyprland
./modules/xserver ./modules/xserver
@ -86,7 +85,6 @@
modules = [ modules = [
./modules/impurity.nix ./modules/impurity.nix
./modules/preserve-system.nix ./modules/preserve-system.nix
./modules/devenv
./modules/system.nix ./modules/system.nix
./modules/hyprland ./modules/hyprland
./systems/lenovo ./systems/lenovo
@ -96,7 +94,5 @@
msi-impure = self.nixosConfigurations.msi.extendModules { modules = [ { impurity.enable = true; } ]; }; msi-impure = self.nixosConfigurations.msi.extendModules { modules = [ { impurity.enable = true; } ]; };
lenovo-impure = self.nixosConfigurations.lenovo.extendModules { modules = [ { impurity.enable = true; } ]; }; lenovo-impure = self.nixosConfigurations.lenovo.extendModules { modules = [ { impurity.enable = true; } ]; };
}; };
devShells = import ./modules/devenv/flakepart.nix inputs;
}; };
} }

View file

@ -18,7 +18,6 @@
packages = (with inputs.stable.legacyPackages.${system}; [ packages = (with inputs.stable.legacyPackages.${system}; [
dejavu_fonts dejavu_fonts
nerdfonts
noto-fonts noto-fonts
noto-fonts-cjk-sans noto-fonts-cjk-sans
]) ++ (with pkgs; [ ]) ++ (with pkgs; [