nix-config/home/hosts/capibara.nix

10 lines
116 B
Nix

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