11 lines
No EOL
123 B
Nix
Executable file
11 lines
No EOL
123 B
Nix
Executable file
{ config, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./bash.nix
|
|
./gaming.nix
|
|
./kde.nix
|
|
# ./niri.nix
|
|
./tailscale.nix
|
|
];
|
|
} |