[feat] Add mullvad and yt-dlp
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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" ]; })
|
||||
|
||||
Reference in New Issue
Block a user