sgx-azure
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
c405c2af83
commit
108136a1d1
2 changed files with 5 additions and 10 deletions
|
@ -2,14 +2,12 @@
|
|||
, pkgs
|
||||
, config
|
||||
, nixpkgs
|
||||
, osConfig ? { }
|
||||
, format ? "unknown"
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
home = {
|
||||
username = "harald";
|
||||
homeDirectory = "/home/${config.home.username}/nix";
|
||||
homeDirectory = "/home/${config.home.username}";
|
||||
stateVersion = "23.11"; # Please read the comment before changing.
|
||||
sessionPath = [ "$HOME/bin" ];
|
||||
};
|
||||
|
@ -28,10 +26,7 @@
|
|||
git.enable = true;
|
||||
direnv.enable = true;
|
||||
ssh.enable = true;
|
||||
# jetbrains.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue