remove desktop env from thinkpad

This commit is contained in:
Yan Lin 2025-10-18 14:43:48 +02:00
parent cddf7af3b5
commit 779ab5dbec
3 changed files with 5 additions and 66 deletions

View file

@ -93,7 +93,7 @@
"yanlin@thinkpad" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux;
modules = [ ./hosts/nixos/thinkpad/home.nix ];
extraSpecialArgs = { inherit claude-code nixvim firefox-addons plasma-manager; };
extraSpecialArgs = { inherit claude-code nixvim; };
};
};
};