11 lines
166 B
Nix
11 lines
166 B
Nix
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
|
{
|
|
imports = [
|
|
./kitty.nix
|
|
./starship.nix
|
|
./zsh.nix
|
|
#./emacs.nix
|
|
];
|
|
# .. put any code here
|
|
}
|