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.localBinInPath = true;
services.globalprotect.enable = true;
boot.tmp.useTmpfs = true;

View file

@ -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