remove nerdfonts
This commit is contained in:
parent
e93daf224e
commit
728eb347c3
2 changed files with 0 additions and 5 deletions
|
@ -71,7 +71,6 @@
|
|||
modules = [
|
||||
./modules/impurity.nix
|
||||
./modules/preserve-system.nix
|
||||
./modules/devenv
|
||||
./modules/system.nix
|
||||
./modules/hyprland
|
||||
./modules/xserver
|
||||
|
@ -86,7 +85,6 @@
|
|||
modules = [
|
||||
./modules/impurity.nix
|
||||
./modules/preserve-system.nix
|
||||
./modules/devenv
|
||||
./modules/system.nix
|
||||
./modules/hyprland
|
||||
./systems/lenovo
|
||||
|
@ -96,7 +94,5 @@
|
|||
msi-impure = self.nixosConfigurations.msi.extendModules { modules = [ { impurity.enable = true; } ]; };
|
||||
lenovo-impure = self.nixosConfigurations.lenovo.extendModules { modules = [ { impurity.enable = true; } ]; };
|
||||
};
|
||||
|
||||
devShells = import ./modules/devenv/flakepart.nix inputs;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
packages = (with inputs.stable.legacyPackages.${system}; [
|
||||
dejavu_fonts
|
||||
nerdfonts
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
]) ++ (with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue