New modules for home manager

This commit is contained in:
pazpi 2024-09-15 11:22:50 +02:00
parent 6777fca56b
commit 5bd6bb27fe
5 changed files with 375 additions and 0 deletions

View file

@ -1,9 +1,13 @@
{
imports = [
./direnv.nix
./firefox.nix
./git.nix
./kitty.nix
./packages.nix
./ssh.nix
./starship.nix
./vim.nix
./vscode.nix
];
}