diff options
Diffstat (limited to 'macos.local/.flake/home/programs/core.nix.org')
-rw-r--r-- | macos.local/.flake/home/programs/core.nix.org | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/macos.local/.flake/home/programs/core.nix.org b/macos.local/.flake/home/programs/core.nix.org new file mode 100644 index 0000000..ba6818f --- /dev/null +++ b/macos.local/.flake/home/programs/core.nix.org @@ -0,0 +1,39 @@ +#+title: Core Program Configuration + +#+begin_src nix + { config, pkgs, ... }: + + { + imports = [ + ./emacs/core.nix + ./fastfetch.nix + ./git.nix + ./neovim.nix + ./zsh.nix + ]; + + home.packages = with pkgs; [ + aspell + bash-language-server + inetutils + clang-tools + cmake + cmake-language-server + eza + gcc-arm-embedded + htop + hyfetch + marksman + mpv + openocd + pinentry_mac + python312 + python312Packages.black + python312Packages.pylint + python312Packages.python-lsp-server + sqlite + texliveFull + yt-dlp + ]; + } +#+end_src |