/ modules / home / programs / clock-rs.nix
clock-rs.nix
 1  {
 2    programs.clock-rs = {
 3      enable = true;
 4      # settings = {
 5      #  general = {
 6      #     color = "magenta";
 7      #     interval = 250;
 8      #     blink = true;
 9      #     bold = true;
10      #   };
11  
12      #   position = {
13      #     horizontal = "start";
14      #     vertical = "end";
15      #   };
16  
17      #   date = {
18      #     fmt = "%A, %B %d, %Y";
19      #     use_12h = true;
20      #     utc = true;
21      #     hide_seconds = true;
22      #   };
23      # }
24    };
25  }