nix refactor
This commit is contained in:
14
powerline/default.nix
Normal file
14
powerline/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.powerline-go = {
|
||||
enable = true;
|
||||
modules = [
|
||||
"host"
|
||||
"cwd"
|
||||
"git"
|
||||
"docker"
|
||||
"venv"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user