more flyout stuff, add tray menus

This commit is contained in:
müde 2026-04-12 11:33:12 +02:00
parent f30165eada
commit 0d15da5351
8 changed files with 439 additions and 61 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, self, ... }:
{
imports = [
# keep-sorted start
@ -18,6 +18,7 @@
./waybar.nix
./wlogout.nix
./zsh.nix
self.inputs.nova-shell.homeModules.default
# keep-sorted end
];
@ -48,6 +49,12 @@
};
chromium.enable = true;
nova-shell = {
enable = true;
theme = {
fontSize = 13;
};
};
};
home.packages = with pkgs; [