mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-26 09:47:12 +08:00
10 lines
180 B
Nix
10 lines
180 B
Nix
{ pkgs, ... }:
|
|
{
|
|
services.mako = {
|
|
enable = true;
|
|
borderSize = 4;
|
|
borderRadius = 8;
|
|
};
|
|
stylix.targets.mako.enable = true;
|
|
home.packages = [ pkgs.libnotify ];
|
|
}
|