nix-dotfiles/home-manager/modules/thorium.nix
2025-09-15 19:13:53 -06:00

4 lines
55 B
Nix

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