forked from mirrors_public/oddlama_nix-config
chore: update nixpkgs
This commit is contained in:
parent
d5bca06a56
commit
ba66772cb1
8 changed files with 48 additions and 49 deletions
|
@ -80,12 +80,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
dap = {
|
||||
enable = true;
|
||||
extensions = {
|
||||
dap-virtual-text.enable = true;
|
||||
dap-ui.enable = true;
|
||||
};
|
||||
};
|
||||
dap.enable = true;
|
||||
dap-virtual-text.enable = true;
|
||||
dap-ui.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,16 +4,18 @@
|
|||
plugins = {
|
||||
notify = {
|
||||
enable = true;
|
||||
stages = "static";
|
||||
render.__raw =
|
||||
# lua
|
||||
''"compact"'';
|
||||
icons = {
|
||||
debug = "";
|
||||
error = "";
|
||||
info = "";
|
||||
trace = "";
|
||||
warn = "";
|
||||
settings = {
|
||||
stages = "static";
|
||||
render.__raw =
|
||||
# lua
|
||||
''"compact"'';
|
||||
icons = {
|
||||
debug = "";
|
||||
error = "";
|
||||
info = "";
|
||||
trace = "";
|
||||
warn = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue