We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4205a commit ba215aeCopy full SHA for ba215ae
modules/home/cli/terminals/syncterm/default.nix
@@ -16,5 +16,14 @@ in
16
enable = mkBoolOpt false "Whether or not to enable SyncTERM.";
17
};
18
19
- config = mkIf cfg.enable { home.packages = with pkgs; [ syncterm ]; };
+ config = mkIf cfg.enable {
20
+ home = {
21
+ packages = with pkgs; [ syncterm ];
22
+
23
+ file = {
24
+ # Generated by telnetbbsguide.com
25
+ ".syncterm/syncterm.lst".source = ./syncterm.lst;
26
+ };
27
28
29
}
0 commit comments