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

View File

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