mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 14:56:11 +01:00
23 lines
254 B
Nix
23 lines
254 B
Nix
{pkgs, ...}: {
|
|
imports = [
|
|
./bash.nix
|
|
./git.nix
|
|
./zsh
|
|
./gpg.nix
|
|
];
|
|
home.packages = with pkgs; [
|
|
killall
|
|
comma
|
|
distrobox
|
|
bc
|
|
bottom
|
|
ncdu
|
|
ltex-ls
|
|
nil
|
|
alejandra
|
|
timer
|
|
jq
|
|
diffsitter
|
|
];
|
|
}
|