Tweak Gremlin user
This commit is contained in:
parent
f8c8f87e9d
commit
12156daf9e
|
@ -45,7 +45,7 @@ with lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Install gremlin-specific flatpaks
|
# Install gremlin-specific flatpaks
|
||||||
services.flatpak.packages = lib.mkIf config.services.flatpak.enable [
|
aux.system.ui.flatpak.packages = [
|
||||||
"com.google.Chrome"
|
"com.google.Chrome"
|
||||||
"com.slack.Slack"
|
"com.slack.Slack"
|
||||||
];
|
];
|
||||||
|
@ -80,15 +80,8 @@ with lib;
|
||||||
# Let home Manager install and manage itself.
|
# Let home Manager install and manage itself.
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
|
|
||||||
# Set up git
|
# Set up git to match Aires' configuration
|
||||||
git = {
|
git = config.home-manager.users.aires.programs.git;
|
||||||
enable = true;
|
|
||||||
userName = config.secrets.users.aires.firstName;
|
|
||||||
userEmail = config.secrets.users.gremlin.email;
|
|
||||||
extraConfig = {
|
|
||||||
push.autoSetupRemote = "true";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Set up SSH
|
# Set up SSH
|
||||||
ssh = {
|
ssh = {
|
||||||
|
|
Loading…
Reference in a new issue