mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: vicinae theme, fix: lockscreen
This commit is contained in:
parent
123eef7a68
commit
b5b91081ad
4 changed files with 15 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue