revert backlight module to remove slider, since slider doesnt seem to
work still adding nixvim lsp config
This commit is contained in:
parent
7501831520
commit
dc8c363c91
2 changed files with 18 additions and 1 deletions
|
@ -4,5 +4,22 @@
|
|||
enable = true;
|
||||
clipboard.register = "unnamedplus";
|
||||
# plugins.neotree.enable = true;
|
||||
plugins = {
|
||||
lsp.servers.nixd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
formatting.command = ["nixfmt"];
|
||||
nixpkgs.expr = "import (builtins.getFlake \"~/nixconf\").inputs.nixpkgs { }";
|
||||
};
|
||||
extraOptions = {
|
||||
"nixos" = {
|
||||
"expr" = "(builtins.getFlake \"~/nixconf\").nixosConfigurations.gabbielaptop.options";
|
||||
};
|
||||
"home-manager" = {
|
||||
"expr" = "(builtins.getFlake \"~/nixconf\").homeConfigurations.blue.options";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
];
|
||||
modules-right = [
|
||||
"pulseaudio/slider"
|
||||
"backlight/slider"
|
||||
"backlight"
|
||||
"battery"
|
||||
"tray"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue