fixed imports and added scripts
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
imports = with inputs.self.homeModules; [
|
||||
onepassword
|
||||
ghostty
|
||||
sublime
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -12,12 +12,11 @@
|
||||
imports = with inputs.self.homeModules; [
|
||||
base
|
||||
docker
|
||||
sublime
|
||||
desktop
|
||||
# resticprofile
|
||||
];
|
||||
};
|
||||
|
||||
# This is the base homeConfiguration for the john user that will be used if no other
|
||||
flake.homeConfigurations.john = inputs.home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import inputs.nixpkgs { system = "x86_64-linux"; };
|
||||
modules = [
|
||||
@@ -25,11 +24,9 @@
|
||||
|
||||
# Include another inline module to set the options created through the jsl-home modules
|
||||
{
|
||||
homeManagerFlakeDir = "~/.config/home-manager";
|
||||
docker.enable = true;
|
||||
docker.enable = false;
|
||||
ssh.matchSets = {
|
||||
certs = true;
|
||||
appdaemon = true;
|
||||
homelab = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -3,10 +3,7 @@
|
||||
flake.homeModules."john-pc-ubuntu" = {
|
||||
imports = with inputs.self.homeModules; [
|
||||
desktop
|
||||
home
|
||||
onepassword
|
||||
sublime
|
||||
# resticprofile
|
||||
john
|
||||
];
|
||||
|
||||
# TODO: Add host-specific settings here:
|
||||
@@ -22,7 +19,7 @@
|
||||
|
||||
# Include another inline module to set the options created through the jsl-home modules
|
||||
{
|
||||
homeManagerFlakeDir = "~/.config/home-manager";
|
||||
homeManagerFlakeDir = "~/.config/home-manager/jsl-dendritic";
|
||||
docker.enable = true;
|
||||
ssh.matchSets = {
|
||||
certs = true;
|
||||
|
||||
Reference in New Issue
Block a user