nixos/modules/home/apps/default.nix
Florian RICHER bf45f5ebe3
All checks were successful
check / check (push) Successful in 35s
Update home-manager + add Firefox
2024-06-25 20:07:09 +02:00

11 lines
125 B
Nix

{ config, pkgs, ... }:
{
imports = [
./chromium
./firefox
./flatpak
./jetbrainsToolbox
./kitty
];
}