calling it, multi user is building!!!
This commit is contained in:
parent
ce69116c39
commit
c165dbd9a3
8 changed files with 100 additions and 42 deletions
50
hosts/manwe/users/kaas/default.nix
Normal file
50
hosts/manwe/users/kaas/default.nix
Normal file
|
@ -0,0 +1,50 @@
|
|||
{ ... }:
|
||||
{
|
||||
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