filled in sublime module for desktop
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user