diff options
Diffstat (limited to 'common/default.nix')
| -rw-r--r-- | common/default.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/common/default.nix b/common/default.nix index 382c38a..4418fca 100644 --- a/common/default.nix +++ b/common/default.nix @@ -14,17 +14,6 @@ wofi-pass.outputs.nixosModules.default ]; - environment.systemPackages = with pkgs; [ - pciutils - usbutils - acpi - nixfmt-rfc-style - blueberry - gimp - inkscape - hicolor-icon-theme - ]; - fonts.packages = with pkgs; [ nerdfonts ]; networking.networkmanager.enable = true; |