Skip to content

Commit

Permalink
🔧 Added SyncTERM BBS servers list configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
theobori committed Dec 31, 2024
1 parent 9f4205a commit ba215ae
Show file tree
Hide file tree
Showing 2 changed files with 5,325 additions and 1 deletion.
11 changes: 10 additions & 1 deletion modules/home/cli/terminals/syncterm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,14 @@ in
enable = mkBoolOpt false "Whether or not to enable SyncTERM.";
};

config = mkIf cfg.enable { home.packages = with pkgs; [ syncterm ]; };
config = mkIf cfg.enable {
home = {
packages = with pkgs; [ syncterm ];

file = {
# Generated by telnetbbsguide.com
".syncterm/syncterm.lst".source = ./syncterm.lst;
};
};
};
}
Loading

0 comments on commit ba215ae

Please sign in to comment.