15 lines
214 B
Nix
15 lines
214 B
Nix
{
|
|
imports = [
|
|
./configuration.nix
|
|
./editorconfig.nix
|
|
./fuzzel.nix
|
|
./git.nix
|
|
./gnome.nix
|
|
#./niri.nix
|
|
./ssh.nix
|
|
./swaylock.nix
|
|
./vscode.nix
|
|
./waybar.nix
|
|
./zsh.nix
|
|
];
|
|
}
|