From 64ad0d491c3dd016e78cb2faad671fd86ecf8575 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sun, 3 Mar 2024 23:25:46 +0530 Subject: [PATCH] [feat] Add mullvad and yt-dlp --- config/nix/common/home.nix | 2 ++ config/nix/nixos/configuration.nix | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config/nix/common/home.nix b/config/nix/common/home.nix index 6d3d17ee..1e8e7f7f 100644 --- a/config/nix/common/home.nix +++ b/config/nix/common/home.nix @@ -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 { diff --git a/config/nix/nixos/configuration.nix b/config/nix/nixos/configuration.nix index 1947040c..930d16db 100644 --- a/config/nix/nixos/configuration.nix +++ b/config/nix/nixos/configuration.nix @@ -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" ]; })