Add custom packages support through pkgs directory

This commit is contained in:
Jo 2025-08-27 00:19:31 +02:00
parent f6058e8547
commit 6c0cc52a3c
10 changed files with 46 additions and 32 deletions

View file

@ -7,7 +7,6 @@
imports = [
./apps/discord
./apps/firefox
./apps/youtube-music
];
puzzlevision = {
@ -34,6 +33,10 @@
path = "${config.home.homeDirectory}/.wakatime.cfg";
};
programs.git = {
enable = true;
};
home.packages = with pkgs; [
## GENERAL
ghostty
@ -53,6 +56,7 @@
## RUNTIMES and CLIs for development
bun
git
git-credential-oauth
attic-client
];