Stuff
This commit is contained in:
parent
ed7f780338
commit
6b1654ea47
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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; [
|
||||||
|
|
|
@ -36,4 +36,8 @@
|
||||||
superuser_map /^(.*)$ \1
|
superuser_map /^(.*)$ \1
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
pgcli
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue