Added Mullvad and Firmware Updater

This commit is contained in:
2023-12-09 11:09:00 -08:00
parent c053f04375
commit 9273ddd79b
2 changed files with 44 additions and 0 deletions

View File

@ -15,6 +15,8 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
services.fwupd.enable = true;
nix = {
package = pkgs.nixUnstable;
extraOptions = ''
@ -129,6 +131,7 @@
nixpkgs.config.permittedInsecurePackages = [
];
services.mullvad-vpn.enable = true;
programs.bash.promptInit = "fish";
programs.fish = {