mirror of
https://github.com/davegallant/nix-config
synced 2025-10-10 20:06:01 +00:00
Compare commits
2 Commits
b7fef7074d
...
aed92ff7cc
Author | SHA1 | Date | |
---|---|---|---|
|
aed92ff7cc | ||
|
77e6d3611f |
@@ -118,19 +118,11 @@ in
|
|||||||
settings = {
|
settings = {
|
||||||
add_newline = false;
|
add_newline = false;
|
||||||
scan_timeout = 10;
|
scan_timeout = 10;
|
||||||
character = {
|
|
||||||
error_symbol = "[✖](bold red)";
|
|
||||||
};
|
|
||||||
gcloud = {
|
gcloud = {
|
||||||
format = "";
|
format = "";
|
||||||
};
|
};
|
||||||
kubernetes = {
|
kubernetes = {
|
||||||
disabled = false;
|
disabled = false;
|
||||||
context_aliases = {
|
|
||||||
".*stg_.*" = "stg";
|
|
||||||
".*test_.*" = "test";
|
|
||||||
".*prd_.*" = "prd";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -543,7 +535,6 @@ in
|
|||||||
redhat.vscode-yaml
|
redhat.vscode-yaml
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv.isLinux [
|
++ lib.optionals stdenv.isLinux [
|
||||||
ms-vsliveshare.vsliveshare
|
|
||||||
ms-python.python
|
ms-python.python
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user