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 = [
|
||||||
./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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue