ctucx.git: nixfiles

ctucx' nixfiles

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
17 
18 
19 
20 
21 
22 
23 
24 
25 
26 
{ pkgs, ... }:

{

  homebrew = {
    enable  = true;

    brews   = [
      "mas"
    ];

    masApps = {
      Numbers        = 409203825;
      Pages          = 409201541;
      Navigator      = 1590354537;
      "ICE Buddy"    = 1595947689;
      Telegram       = 747648890;
      "AusweisApp2"  = 948660805;
      Mona           = 1659154653;
      "Grocy Mobile" = 1567803209;
      "Outbank"      = 1094255754;
    };

  };

}