update st config update pkgs and stuff misc updates to emacs and xmonad config Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
14 lines
187 B
Nix
14 lines
187 B
Nix
{ config, pkgs, lib, ... }:
|
|
{
|
|
imports = [
|
|
./email.nix
|
|
./secrets
|
|
./programs.nix
|
|
./xsession.nix
|
|
./wayland.nix
|
|
./services.nix
|
|
./pkgs.nix
|
|
./stuff.nix
|
|
];
|
|
}
|