cleanup: remove duplicate vbox-guest, obsolete flatpak options, nix-flatpak and claude-code

This commit is contained in:
2026-05-29 21:51:08 +08:00
parent 044e0b7108
commit ec39218bbe
4 changed files with 3 additions and 102 deletions
-8
View File
@@ -21,13 +21,6 @@
programs.nix-ld.enable = true;
services.flatpak.enable = true;
services.flatpak.remotes = [{
name = "flathub";
location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
}];
services.flatpak.packages = [
# "com.obsproject.Studio"
];
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary
@@ -154,7 +147,6 @@
# Install firefox.
programs.firefox.enable = true;
virtualisation.virtualbox.guest.enable = true;
# Allow unfree packages
nixpkgs.config.allowUnfree = true;