remove test user
This commit is contained in:
parent
2f171bada7
commit
53b61aee6a
1 changed files with 0 additions and 50 deletions
|
@ -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";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue