ok I removed packages in general temporarily

This commit is contained in:
2025-12-04 12:35:13 -05:00
parent 3200458431
commit ccc245f945
2 changed files with 4 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, modulesPath, ... }:
{ config, lib, modulesPath, ... }:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
@@ -19,7 +19,5 @@
disko.devices.disk.main.content.partitions.swap.size = "16G";
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
environment.systemPackages = lib.mkForce lib.subtractLists [ pkgs.zoom-us pkgs.wspoffice ] config.environment.systemPackages;
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}

6
sw.nix
View File

@@ -37,9 +37,9 @@
oh-my-posh
zsh
git
zoom-us
teams-for-linux
wpsoffice
#zoom-us
#teams-for-linux
#wpsoffice
inputs.lazyvim-nixvim.packages.${stdenv.hostPlatform.system}.nvim
];