From ccc245f94584f2d61391bef26c16d2df4696df37 Mon Sep 17 00:00:00 2001 From: Hunter Date: Thu, 4 Dec 2025 12:35:13 -0500 Subject: [PATCH] ok I removed packages in general temporarily --- hosts/nix-desktop.nix | 4 +--- sw.nix | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/hosts/nix-desktop.nix b/hosts/nix-desktop.nix index 97370ca..ecf4227 100644 --- a/hosts/nix-desktop.nix +++ b/hosts/nix-desktop.nix @@ -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; } diff --git a/sw.nix b/sw.nix index 1974bbd..b21b595 100644 --- a/sw.nix +++ b/sw.nix @@ -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 ];