This commit is contained in:
Daniel Flanagan 2024-04-23 15:30:41 -05:00
parent ed7f780338
commit 6b1654ea47
3 changed files with 7 additions and 0 deletions

View file

@ -19,6 +19,8 @@
audacity audacity
wol wol
shellcheck shellcheck
skim
gron
shfmt shfmt
vscode-langservers-extracted vscode-langservers-extracted
nodePackages.bash-language-server nodePackages.bash-language-server

View file

@ -47,6 +47,7 @@
VISUAL = "hx"; VISUAL = "hx";
PAGER = "less"; PAGER = "less";
MANPAGER = "less"; MANPAGER = "less";
GTK_USE_PORTAL = "1";
}; };
systemPackages = with pkgs; [ systemPackages = with pkgs; [

View file

@ -36,4 +36,8 @@
superuser_map /^(.*)$ \1 superuser_map /^(.*)$ \1
''; '';
}; };
environment.systemPackages = with pkgs; [
pgcli
];
} }