mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-04-01 21:21:57 -04:00
7 lines
80 B
Nix
7 lines
80 B
Nix
|
|
{pkgs, ...}: {
|
|
imports = [
|
|
./kitty.nix
|
|
./warp.nix
|
|
];
|
|
}
|