This commit is contained in:
caandt 2024-12-11 04:20:13 -06:00
parent 69abb3c54a
commit 2a4316b08a
2 changed files with 5 additions and 1 deletions

View file

@ -12,6 +12,7 @@
environment.pathsToLink = ["/libexec"]; environment.pathsToLink = ["/libexec"];
environment.localBinInPath = true; environment.localBinInPath = true;
services.globalprotect.enable = true;
boot.tmp.useTmpfs = true; boot.tmp.useTmpfs = true;

View file

@ -9,7 +9,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
(pkgs.symlinkJoin { (pkgs.symlinkJoin {
name = "firefox"; name = "firefox";
paths = [pkgs-stable.firefox]; paths = [pkgs.firefox-bin];
buildInputs = [pkgs.makeWrapper]; buildInputs = [pkgs.makeWrapper];
postBuild = '' postBuild = ''
wrapProgram $out/bin/firefox \ wrapProgram $out/bin/firefox \
@ -60,6 +60,8 @@
file file
nix-tree nix-tree
alejandra alejandra
ffmpeg
ffsubsync
(python312.withPackages (python-pkgs: [ (python312.withPackages (python-pkgs: [
python-pkgs.pwntools python-pkgs.pwntools
@ -74,6 +76,7 @@
coqPackages.coqide coqPackages.coqide
gcc gcc
sqlitebrowser sqlitebrowser
globalprotect-openconnect
tmuxPlugins.vim-tmux-navigator tmuxPlugins.vim-tmux-navigator
tmuxPlugins.sessionist tmuxPlugins.sessionist