Skip to content

Commit ba215ae

Browse files
committed
🔧 Added SyncTERM BBS servers list configuration
1 parent 9f4205a commit ba215ae

File tree

2 files changed

+5325
-1
lines changed

2 files changed

+5325
-1
lines changed

modules/home/cli/terminals/syncterm/default.nix

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,14 @@ in
1616
enable = mkBoolOpt false "Whether or not to enable SyncTERM.";
1717
};
1818

19-
config = mkIf cfg.enable { home.packages = with pkgs; [ syncterm ]; };
19+
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+
};
2029
}

0 commit comments

Comments
 (0)