Compare commits

...

2 commits

4 changed files with 9 additions and 9 deletions

View file

@ -10,12 +10,12 @@ in {
output = {
backlight = [
{
name = "eDP-2";
name = "eDP";
path = "/sys/class/backlight/nvidia_0";
capturer = "wayland";
}
{
name = "DP-1";
name = "DP";
path = "/sys/class/backlight/ddcci13";
capturer = "wayland";
}

View file

@ -71,10 +71,10 @@ in {
# enable = true;
# inherit (cfg.waybar) settings;
# };
# wluma = {
# enable = true;
# inherit (cfg.wluma) extraSettings;
# };
wluma = {
enable = true;
inherit (cfg.wluma) extraSettings;
};
# swaync.enable = true;
# swaylock.enable = true;
# waypaper.enable = true;

View file

@ -1,6 +1,6 @@
{
buildEnv,
nixfmt-rfc-style,
nixfmt,
idris2Packages,
lua-language-server,
bash-language-server,
@ -42,7 +42,7 @@
buildEnv {
name = "editor-runtime";
paths = [
nixfmt-rfc-style
nixfmt
idris2Packages.idris2Lsp
lua-language-server
bash-language-server

View file

@ -49,7 +49,7 @@
if exe ~= "" then
return exe
else
return "${lib.getExe pkgs.nixfmt-rfc-style}"
return "${lib.getExe pkgs.nixfmt}"
end
end
})