1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# All NixOS modules migrated from vuizvui, using the profpatsch.* namespace.
# Import this list in any NixOS configuration that needs these modules.
{ imports = [
  ./hardware/thinkpad.nix
  ./hardware/tolino.nix
  ./hardware/external-monitor-control.nix
  ./services/upower.nix
  ./services/xmonad.nix
  ./services/dunst.nix
  ./services/bitlbee.nix
  ./services/gonic.nix
  ./services/tailscale-dns-ordering.nix
  ./programs/fish-fasd.nix
  ./programs/gnupg
  ./programs/weechat.nix
  ./programs/scanning.nix
]; }