feat: vicinae theme, fix: lockscreen

This commit is contained in:
Kat Inskip 2025-12-17 16:31:07 -08:00
parent 123eef7a68
commit b5b91081ad
4 changed files with 15 additions and 4 deletions

View file

@ -1,6 +1,7 @@
{
pkgs,
inputs,
config,
...
}: {
home.packages = with pkgs; [
@ -10,6 +11,16 @@
programs.vicinae = {
enable = true;
systemd.enable = true;
settings = {
font.family = config.stylix.fonts.sansSerif.name;
font.size = config.stylix.fonts.sizes.popups;
theme.name = "catppuccin-macchiato";
window = {
csd = false;
opacity = config.stylix.opacity.popups;
rounding = 5;
};
};
extensions =
(with inputs.vicinae-extensions.packages.${pkgs.stdenv.hostPlatform.system}; [
bluetooth