nix-files/machines/desko/default.nix
colin 2603dc590d moby: populate from lappy config (gnome, firefox, etc)
it's not the best: probably want to replace with phosh
2022-05-22 19:45:54 -07:00

11 lines
178 B
Nix

{ home-manager, config, pkgs, ... }:
{
imports = [
./../common/homes.nix
./../common/users.nix
./../common/hardware.nix
./../common/gui.nix
./fs.nix
];
}