nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

default.nix (105B)


      1 {...}: {
      2 	programs.thunderbird.enable = true;
      3 	programs.thunderbird.profiles.default.isDefault = true;
      4 }