nix-config/home/capibara.nix

6 lines
84 B
Nix

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