add auto-login module

This commit is contained in:
tristan 2024-02-09 22:09:03 +00:00
parent f839796dc2
commit 1444fd91c8
6 changed files with 28 additions and 44 deletions

View file

@ -0,0 +1,35 @@
{pkgs, ...}: {
imports = [
./kodi.nix
];
roles.email = {
enable = true;
email = "tristan@tristans.cloud";
terminal = true;
};
services.nextcloud-client.enable = true;
services.gnome-keyring.enable = true;
home.language = {
base = "eo.UTF-8";
};
home.packages = with pkgs; [
godot_4
ardour
blender
musescore
jellyfin-media-player
monero-gui
electrum
xmrig
transmission-remote-gtk
krita
organicmaps
anki
hugo
libsForQt5.neochat
bookworm
];
}