2022-01-18 09:32:55 +01:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
|
2022-01-28 15:11:30 +01:00
|
|
|
{
|
2022-01-18 09:32:55 +01:00
|
|
|
imports = [
|
2022-01-28 15:11:30 +01:00
|
|
|
./nixos-common.nix
|
2022-01-25 12:27:52 +01:00
|
|
|
./alacritty/trantor.nix
|
|
|
|
./desktop-xmonad/trantor.nix
|
|
|
|
./theming/trantor.nix
|
2022-01-18 09:32:55 +01:00
|
|
|
];
|
|
|
|
}
|