cleanup: remove duplicate vbox-guest, obsolete flatpak options, nix-flatpak and claude-code
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user