feat(niri): noctalia shell :o

This commit is contained in:
Kat Inskip 2025-10-12 21:34:24 -07:00
parent 540ca5f762
commit adaf2b06e5
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
20 changed files with 408 additions and 72 deletions

View file

@ -19,7 +19,7 @@
opacity = {
desktop = 1.0;
applications = 1.0;
terminal = 1.0;
terminal = 0.9;
popups = 0.8;
};
fonts = {
@ -38,6 +38,6 @@
};
autoEnable = true;
polarity = "light";
base16Scheme = "${pkgs.base16-schemes}/share/themes/monokai.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
};
}