this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:sparkles: (Vicinae) updated configuration

+9 -1
+9 -1
home/vicinae/default.nix
··· 4 4 systemd = { 5 5 enable = true; 6 6 autoStart = true; 7 + environment = { 8 + USE_LAYER_SHELL = 1; 9 + }; 7 10 }; 8 11 settings = { 12 + close_on_focus_loss = true; 9 13 font.normal = "Monaspace Krypton"; 10 - theme.name = "catppuccin-mocha.json"; 14 + theme = { 15 + dark.name = "vicinae-dark"; 16 + light.name = "vicinae-dark"; 17 + }; 18 + launcher_window.opacity = 1; 11 19 }; 12 20 }; 13 21 }