nix-config/home/hosts/trantor.nix

10 lines
128 B
Nix
Raw Normal View History

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