This repository has been archived on 2024-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
nixos/hosts/bebop/home.nix
Payas Relekar 65e8288182 Bebop: remove dead code
Syncthing config is handled by separate module
2022-05-14 11:32:29 +05:30

7 lines
81 B
Nix

{ config, pkgs, ... }:
{
imports = [
../../modules/common-home.nix
];
}