nix-config/home/trantor.nix

6 lines
96 B
Nix

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