028277a9ae
Added themes, fixed kanshi, some emacs changes
16 lines
180 B
Nix
16 lines
180 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./shell
|
|
./bar
|
|
./launcher
|
|
./random
|
|
./browser
|
|
./terminal
|
|
./development
|
|
./notification
|
|
./theme
|
|
];
|
|
}
|