sgx-azure
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
c405c2af83
commit
707faa6751
|
@ -56,10 +56,6 @@
|
|||
allowUnfree = true;
|
||||
};
|
||||
|
||||
homes.users."harald@nix.fedora.fritz.box".modules = with inputs; [
|
||||
neovim-flake.homeManagerModules.default
|
||||
];
|
||||
|
||||
homes.users."harald@sgx-nixos".modules = with inputs; [
|
||||
neovim-flake.homeManagerModules.default
|
||||
];
|
||||
|
@ -76,6 +72,10 @@
|
|||
neovim-flake.homeManagerModules.default
|
||||
];
|
||||
|
||||
homes.users."harald@sgx-azure".modules = with inputs; [
|
||||
neovim-flake.homeManagerModules.default
|
||||
];
|
||||
|
||||
# homes.modules = with inputs; [
|
||||
# neovim-flake.homeManagerModules.default
|
||||
# ];
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
, pkgs
|
||||
, config
|
||||
, nixpkgs
|
||||
, osConfig ? { }
|
||||
, format ? "unknown"
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
|
@ -28,10 +26,7 @@
|
|||
git.enable = true;
|
||||
direnv.enable = true;
|
||||
ssh.enable = true;
|
||||
# jetbrains.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
}
|
||||
|
Loading…
Reference in a new issue