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

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

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

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