revert backlight module to remove slider, since slider doesnt seem to

work
still adding nixvim lsp config
This commit is contained in:
Gabriella Bere 2024-10-24 12:03:00 +01:00
parent 7501831520
commit dc8c363c91
2 changed files with 18 additions and 1 deletions

View file

@ -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";
};
};
};
};
};
}

View file

@ -26,7 +26,7 @@
];
modules-right = [
"pulseaudio/slider"
"backlight/slider"
"backlight"
"battery"
"tray"
];