1
0
Fork 0

Change Default Browser

This commit is contained in:
Atridad Lahiji 2025-01-02 21:39:48 -07:00
parent 3b7c52d25d
commit 7aad2aab1f
2 changed files with 3 additions and 2 deletions

View file

@ -6,16 +6,17 @@
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
pkgs.librewolf
pkgs.spotify pkgs.spotify
pkgs.bitwarden-desktop pkgs.bitwarden-desktop
pkgs.bitwarden-cli pkgs.bitwarden-cli
pkgs.dropbox pkgs.dropbox
pkgs.discord
pkgs.prismlauncher pkgs.prismlauncher
pkgs.onlyoffice-desktopeditors pkgs.onlyoffice-desktopeditors
pkgs.boatswain pkgs.boatswain
pkgs.signal-desktop pkgs.signal-desktop
pkgs.restic pkgs.restic
pkgs.legcord
]; ];
programs.steam = { programs.steam = {

View file

@ -71,7 +71,7 @@
}; };
# Install firefox. # Install firefox.
programs.firefox.enable = true; programs.firefox.enable = false;
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;