Files
nixos-flake/home/browser.nix
2026-03-23 23:30:03 +09:00

7 lines
75 B
Nix

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