mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-30 18:15:12 +08:00
11 lines
137 B
Nix
11 lines
137 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./all/zsh.nix
|
|
./all/nushell.nix
|
|
# ./all/emacs.nix
|
|
];
|
|
|
|
home.packages = with pkgs; [
|
|
];
|
|
}
|