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