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
wol
shellcheck
skim
gron
shfmt
vscode-langservers-extracted
nodePackages.bash-language-server

View file

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

View file

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