filled in sublime module for desktop
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
flake.homeModules.sublime = {
|
flake.homeModules.sublime = { pkgs, lib, ... }: {
|
||||||
# TODO: Port `graphical.sublime = true` into an explicit Home Manager module.
|
home.packages = with pkgs; [
|
||||||
|
sublime4
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -24,6 +24,11 @@
|
|||||||
|
|
||||||
# Include another inline module to set the options created through the jsl-home modules
|
# Include another inline module to set the options created through the jsl-home modules
|
||||||
({ config, ... }: {
|
({ 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";
|
homeManagerFlakeDir = "${config.xdg.configHome}/home-manager/jsl-dendritic";
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
ssh.matchSets = {
|
ssh.matchSets = {
|
||||||
|
|||||||
Reference in New Issue
Block a user