filled in sublime module for desktop

This commit is contained in:
John Lancaster
2026-03-09 22:08:38 -05:00
parent 8da025f57b
commit 86d6ab87e5
2 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
{ inputs, pkgs, ... }:
{
flake.homeModules.sublime = {
# TODO: Port `graphical.sublime = true` into an explicit Home Manager module.
flake.homeModules.sublime = { pkgs, lib, ... }: {
home.packages = with pkgs; [
sublime4
];
};
}

View File

@@ -24,6 +24,11 @@
# Include another inline module to set the options created through the jsl-home modules
({ config, ... }: {
# TODO: make this more restrictive, rather than allowing all unfree packages
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1w" ];
homeManagerFlakeDir = "${config.xdg.configHome}/home-manager/jsl-dendritic";
docker.enable = true;
ssh.matchSets = {