remove test user

This commit is contained in:
Chris Kruining 2025-03-23 21:25:32 +01:00
parent 2f171bada7
commit 53b61aee6a
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg

View file

@ -1,50 +0,0 @@
{ ... }:
{
user = {
full_name = "KAAS";
email = "kaas@kaas.kaas";
is_trusted = false;
};
themes = {
enable = true;
theme = "everforest";
polarity = "dark";
};
develop = {
rust.enable = true;
js.enable = true;
dotnet.enable = true;
};
desktop = {
plasma = {
enable = true;
# autoLogin = true;
};
applications = {
email.enable = true;
};
terminal = {
default = "ghostty";
ghostty.enable = true;
};
editors = {
default = "nvim";
nvim.enable = true;
};
browsers = {
default = "chromium";
chrome.enable = true;
};
};
shell = {
default = "zsh";
};
}