nix-config/hosts/thinkpads/home.nix
2023-01-05 18:57:30 -08:00

6 lines
69 B
Nix

{ pkgs, ... }: {
imports = [
./polybar.nix
./i3.nix
];
}