diff options
author | tzlil <tzlils@protonmail.com> | 2023-05-21 19:20:18 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-05-21 19:20:18 +0300 |
commit | be9cadd49f079f3e4a6cdd8bdee463436a21723b (patch) | |
tree | 8f9e8912bcd37253e4da9b573d8a9e03ef8bac22 /hosts/laptop | |
parent | 2e361cef77f8696870d0b204b1ce95868133c29a (diff) |
fix nixinate, add mullvad firejail
Diffstat (limited to 'hosts/laptop')
-rw-r--r-- | hosts/laptop/cfg.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/laptop/cfg.nix b/hosts/laptop/cfg.nix index 2b4023a..5b30561 100644 --- a/hosts/laptop/cfg.nix +++ b/hosts/laptop/cfg.nix @@ -111,6 +111,13 @@ }; }; + programs.firejail.wrappedBinaries = { + mullvad-browser = { + executable = lib.getExe pkgs.mullvad-browser; + # profile = "${pkgs.firejail}/etc/firejail/firefox.profile"; + }; + }; + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; |