Stuff
This commit is contained in:
parent
ed7f780338
commit
6b1654ea47
3 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
|||
audacity
|
||||
wol
|
||||
shellcheck
|
||||
skim
|
||||
gron
|
||||
shfmt
|
||||
vscode-langservers-extracted
|
||||
nodePackages.bash-language-server
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
VISUAL = "hx";
|
||||
PAGER = "less";
|
||||
MANPAGER = "less";
|
||||
GTK_USE_PORTAL = "1";
|
||||
};
|
||||
|
||||
systemPackages = with pkgs; [
|
||||
|
|
|
@ -36,4 +36,8 @@
|
|||
superuser_map /^(.*)$ \1
|
||||
'';
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pgcli
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue