13 lines
131 B
Nix
13 lines
131 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./shell
|
|
./bar
|
|
./launcher
|
|
./random
|
|
./browser
|
|
./terminal
|
|
];
|
|
}
|