]> Git — Sourcephile - julm/julm-nix.git/blob - homes/julm/hosts/mermet.nix
gpg: enable on some hosts
[julm/julm-nix.git] / homes / julm / hosts / mermet.nix
1 { pkgs, lib, config, ... }:
2 {
3 imports = [
4 ../../../home-manager/profiles/gnupg.nix
5 ../../../home-manager/profiles/irssi.nix
6 ../../../home-manager/profiles/mutt.nix
7 ../../../home-manager/profiles/networking.nix
8 ../../../home-manager/profiles/vim.nix
9 ];
10 }