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; [
pkgs.librewolf
pkgs.spotify
pkgs.bitwarden-desktop
pkgs.bitwarden-cli
pkgs.dropbox
pkgs.discord
pkgs.prismlauncher
pkgs.onlyoffice-desktopeditors
pkgs.boatswain
pkgs.signal-desktop
pkgs.restic
pkgs.legcord
];
programs.steam = {

View file

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