11 lines
141 B
Nix
11 lines
141 B
Nix
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
|
{
|
|
imports = [
|
|
./kitty.nix
|
|
./starship.nix
|
|
./zsh.nix
|
|
./emacs.nix
|
|
];
|
|
|
|
}
|