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

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

  environment.systemPackages = with pkgs; [ mosh ];
}