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