From 2a4316b08a35ccd48c520078887f4d5497862348 Mon Sep 17 00:00:00 2001 From: caandt Date: Wed, 11 Dec 2024 04:20:13 -0600 Subject: [PATCH] pkgs --- system/configuration.nix | 1 + user/home.nix | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/system/configuration.nix b/system/configuration.nix index 33d7dc1..cf3d0fd 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -12,6 +12,7 @@ environment.pathsToLink = ["/libexec"]; environment.localBinInPath = true; + services.globalprotect.enable = true; boot.tmp.useTmpfs = true; diff --git a/user/home.nix b/user/home.nix index 13d84ea..1f7d31c 100644 --- a/user/home.nix +++ b/user/home.nix @@ -9,7 +9,7 @@ home.packages = with pkgs; [ (pkgs.symlinkJoin { name = "firefox"; - paths = [pkgs-stable.firefox]; + paths = [pkgs.firefox-bin]; buildInputs = [pkgs.makeWrapper]; postBuild = '' wrapProgram $out/bin/firefox \ @@ -60,6 +60,8 @@ file nix-tree alejandra + ffmpeg + ffsubsync (python312.withPackages (python-pkgs: [ python-pkgs.pwntools @@ -74,6 +76,7 @@ coqPackages.coqide gcc sqlitebrowser + globalprotect-openconnect tmuxPlugins.vim-tmux-navigator tmuxPlugins.sessionist