mako, email, encryption key

This commit is contained in:
Tristan 2023-04-17 17:13:26 +01:00
parent 590a195c13
commit 04a6a50fbc
4 changed files with 11 additions and 16 deletions

View file

@ -8,10 +8,12 @@
sbctl
onedrive
kubectl
awscli2
docker-compose
gimp
libreoffice
ansible
thunderbird
];
programs.git = {
@ -23,13 +25,6 @@
amend = "commit --amend --no-edit";
};
};
accounts.email.accounts."tristan.beedell@cryoserver.com" = {
userName = "tristan.beedell@cryoserver.com";
realName = "Tristan Beedell";
address = "tristan.beedell@cryoserver.com";
primary = true;
};
wayland.windowManager.hyprland = {
extraConfig = ''
@ -48,4 +43,6 @@
];
};
programs.firefox.enable = true;
}