Files
nix-flake/home/axolotsh-server/index.nix
2026-01-28 11:41:51 +03:00

9 lines
175 B
Nix

{ self, ... } : {
imports = [
"${self}/home/common/bash-aliases.nix"
"${self}/home/common/git.nix"
"${self}/home/common/fastfetch.nix"
./packages.nix
];
}