all repos

dotfiles @ 1644ae1161ad10ef348d094f33233107323b5e47

my dotfiles

nix/hosts/thought/default.nix (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ ... }:
{
  imports = [
    ./digitalocean.nix
    ./configuration.nix
    ./hardware-configuration.nix

    ../../users/q.nix

    ../../modules/freshrss.nix
    ../../modules/moviefeed.nix
    ../../modules/mugit.nix
    ../../modules/wireguard.nix
    ../../modules/shortener.nix
  ];
}