about summary refs log tree commit diff
path: root/modules/workstation/default.nix
blob: 173097a2d1f99187580a7b91d87c7d8fb7c7d306 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ lib, pkgs, ... }:

{
  imports = [
    ./dict ./gnupg ./mail ./podman ./weechat
    ../nix ../shell ../users ../ssh
    ./documentation ./windowing ./fonts ./hardware ./locale
  ];

  environment.systemPackages = with pkgs; [ mosh ];

  services.mingetty.autologinUser = "qyliss";
  services.mingetty.loginOptions = "-- \u";
}