vicinae as a launcher

This commit is contained in:
William 2025-11-10 07:51:29 -03:00
parent bb0ea27696
commit b602a78bb3
4 changed files with 81 additions and 4 deletions

View file

@ -1,15 +1,21 @@
{
config,
inputs,
pkgs,
...
}:
{
imports = [ inputs.vicinae.homeManagerModules.default ];
fonts.fontconfig.enable = true;
home.packages = with pkgs; [ xwayland-satellite ];
services.vicinae = {
enable = true;
autoStart = true;
};
programs = {
ghostty = {