[feat] Add mullvad and yt-dlp

This commit is contained in:
uttarayan21
2024-03-03 23:25:46 +05:30
parent 42bf0bb237
commit 64ad0d491c
2 changed files with 6 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ in
home.packages = with pkgs;
[
yt-dlp
ngrok
slack
gh
@@ -45,6 +46,7 @@ in
(nerdfonts.override { fonts = [ "Hasklig" ]; })
mpv
] ++ (if device.isLinux then [
mullvad
kdeconnect
steam-run
(pkgs.catppuccin-gtk.override {

View File

@@ -7,6 +7,8 @@
./hardware-configuration.nix
];
services.mullvad-vpn.enable = true;
boot.lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
@@ -98,7 +100,8 @@
fish
nushellFull
(pkgs.wrapFirefox
(pkgs.firefox-unwrapped.override { pipewireSupport = true; }) { })
(pkgs.firefox-unwrapped.override { pipewireSupport = true; })
{ })
gnumake
python3
(nerdfonts.override { fonts = [ "FiraCode" "Hasklig" ]; })