Shell goodness
Also potential for RCE, yay?
This commit is contained in:
parent
6d6a991fa5
commit
6b662477c4
3 changed files with 33 additions and 5 deletions
|
@ -1,20 +1,18 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
config = lib.mkIf config.programs.less.enable {
|
||||
config = {
|
||||
programs.powerline-go = {
|
||||
enable = true;
|
||||
modules = [
|
||||
"user"
|
||||
"host"
|
||||
"venv"
|
||||
"direnv"
|
||||
"cwd"
|
||||
"perms"
|
||||
"nix-shell"
|
||||
"venv"
|
||||
"git"
|
||||
];
|
||||
modulesRight = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue