Reformat all Nix files
This commit is contained in:
parent
9e0c1102a9
commit
355b63cf73
81 changed files with 2293 additions and 1153 deletions
|
@ -1,10 +1,27 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
config = lib.mkIf config.programs.less.enable {
|
||||
programs.powerline-go = {
|
||||
enable = true;
|
||||
modules = [ "user" "host" "venv" "cwd" "perms" "nix-shell" "git" ];
|
||||
modulesRight = [ "jobs" "exit" "duration" ];
|
||||
modules = [
|
||||
"user"
|
||||
"host"
|
||||
"venv"
|
||||
"cwd"
|
||||
"perms"
|
||||
"nix-shell"
|
||||
"git"
|
||||
];
|
||||
modulesRight = [
|
||||
"jobs"
|
||||
"exit"
|
||||
"duration"
|
||||
];
|
||||
settings = {
|
||||
colorize-hostname = true;
|
||||
hostname-only-if-ssh = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue