20 lines
273 B
Nix
Executable File
20 lines
273 B
Nix
Executable File
{ inputs, pkgs, lib, config, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./home.nix
|
|
./bash.nix
|
|
./gtk.nix
|
|
./tmux.nix
|
|
./starship.nix
|
|
#./vscode.nix
|
|
./packages.nix
|
|
./dconf.nix
|
|
./git.nix
|
|
./zsh.nix
|
|
./variables.nix
|
|
./kitty.nix
|
|
./neovim.nix
|
|
];
|
|
}
|