nix-config/home/trantor.nix

6 lines
102 B
Nix
Raw Normal View History

2022-01-18 09:32:55 +01:00
{ config, pkgs, ... }:
2022-01-28 15:11:30 +01:00
{
2023-02-06 18:13:52 +01:00
imports = [ ./nixos-common.nix ./desktop-river ./theming/trantor.nix ];
2022-01-18 09:32:55 +01:00
}