Fixes for the P8

This commit is contained in:
2024-04-08 14:35:52 +01:00
parent e05f62ad72
commit 3ea2af4056
3 changed files with 9 additions and 4 deletions

View File

@@ -50,7 +50,6 @@
git.enable = true;
zsh.enable = true;
ssh.startAgent = true;
gpg.agent.enable = true;
};
environment.systemPackages = with pkgs; [
@@ -68,4 +67,4 @@
};
};
};
}
}