nix-dotfiles/home-manager/modules/thorium.nix
2026-03-02 03:38:24 -07:00

3 lines
57 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [thorium];
}