File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ { 
2+   asciinema =  { 
3+     enable =  true ; 
4+     settings =  { 
5+       session =  { 
6+         capture_input =  true ; 
7+         capture_env =  "SHELL,TERM,USER" ; 
8+         prefix_key =  "^a" ; 
9+         pause_key =  "^p" ; 
10+         add_marker_key =  "^x" ; 
11+       } ; 
12+       playback =  { 
13+         pause_key =  "p" ; 
14+         step_key =  "s" ; 
15+         next_marker_key =  "m" ; 
16+       } ; 
17+       notifications =  { 
18+         enabled =  false ; 
19+         command =  "tmux display-message \" $TEXT\" " ; 
20+       } ; 
21+       # server = { 
22+       #   url = "https://asciinema.example.com"; 
23+       # }; 
24+     } ; 
25+   } ; 
26+ } 
Original file line number Diff line number Diff line change 8888
8989  programs =  { 
9090    inherit  ( import "${ src } /modules/apps/home-manager.nix" )  home-manager ; 
91+     inherit  ( import "${ src } /modules/apps/asciinema.nix" )  asciinema ; 
9192    inherit  ( import "${ src } /modules/apps/bat.nix"  {  inherit  pkgs ;  } )  bat ; 
9293    inherit  ( import "${ src } /modules/apps/btop.nix" )  btop ; 
9394    inherit  ( import "${ src } /modules/apps/carapace.nix" )  carapace ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments