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