moving to john-pc
This commit is contained in:
@@ -36,10 +36,10 @@ in
|
||||
selfPkgs = inputs.self.packages.${pkgs.stdenv.hostPlatform.system};
|
||||
in {
|
||||
home.stateVersion = "25.11";
|
||||
imports = [
|
||||
inputs.self.modules.homeManager.shell-tools
|
||||
inputs.self.modules.homeManager.ssh
|
||||
inputs.self.modules.homeManager.git
|
||||
imports = with inputs.self.modules.homeManager; [
|
||||
ssh-new
|
||||
shell-tools
|
||||
git
|
||||
];
|
||||
xdg.enable = true;
|
||||
home.packages = [
|
||||
|
||||
Reference in New Issue
Block a user