14 lines
200 B
Nix
14 lines
200 B
Nix
{ pkgs, config, ... }:
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
./editorconfig.nix
|
|
./git.nix
|
|
./gnome.nix
|
|
./niri.nix
|
|
./ssh.nix
|
|
./vscode.nix
|
|
./waybar.nix
|
|
./zsh.nix
|
|
];
|
|
}
|