add pluto host

This commit is contained in:
zackartz 2024-05-03 13:33:06 -04:00
parent cca7181901
commit 78ac00643c
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
9 changed files with 321 additions and 32 deletions

View file

@ -1,10 +1,21 @@
{
inputs,
pkgs,
lib,
...
}: {
imports = [./default.nix ./applications.nix];
services = {
udiskie.enable = true;
gpg-agent = {
enable = true;
pinentryPackage = lib.mkForce pkgs.pinentry-gnome3;
enableSshSupport = true;
enableZshIntegration = true;
};
};
systemd.user.services.kb-gui = {
Unit = {
Description = "KB Time/Date thing";