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