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

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

  environment.systemPackages = with pkgs; [ man-pages mosh ];

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