mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 11:06:11 +01:00
9 lines
110 B
Nix
9 lines
110 B
Nix
{pkgs, ...}: {
|
|
imports = [
|
|
./bash.nix
|
|
./git.nix
|
|
./zsh
|
|
];
|
|
# home.packages = with pkgs; [];
|
|
}
|