Files
nixos-thinkpad/desktop/home/librewolf/default.nix
T
2026-04-19 17:12:27 +02:00

16 lines
194 B
Nix
Executable File

{ config, lib, ... }:
{
programs.librewolf = {
enable = true;
};
catppuccin.librewolf = {
enable = true;
flavor = "mocha";
accent = "lavender";
force = true;
};
}