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