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