From e6edbad14d8255743c7b259a1985db5fb5bd4e91 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Wed, 5 Mar 2025 22:17:31 -0600 Subject: system changes --- macos.local/.flake/home/programs/core.nix.org | 68 --------------------------- 1 file changed, 68 deletions(-) delete mode 100644 macos.local/.flake/home/programs/core.nix.org (limited to 'macos.local/.flake/home/programs/core.nix.org') diff --git a/macos.local/.flake/home/programs/core.nix.org b/macos.local/.flake/home/programs/core.nix.org deleted file mode 100644 index 24b2555..0000000 --- a/macos.local/.flake/home/programs/core.nix.org +++ /dev/null @@ -1,68 +0,0 @@ -#+title: Core Program Configuration - -Import configurations for programs and install programs with no configuration. -#+begin_src nix - { config, pkgs, ... }: - - { - imports = [ - ./emacs/core.nix - ./fastfetch.nix - ./ghostty.nix - ./git.nix - ./ncmpcpp.nix - ./neovim.nix - ./ssh.nix - ./zsh/core.nix - ]; - - home.packages = with pkgs; [ - aescrypt - bash-language-server - bear - bison - cmake - cmake-language-server - curl - dos2unix - eza - ffmpeg - fzf - gnutls - go - gopls - gpgme - htop - hunspell - hyfetch # TODO: configure - inetutils - ispell - lesspipe - marksman - mailutils - meson - mpv - ninja - nodejs_23 - notcurses - p7zip - pandoc - python312 - python312Packages.black - python312Packages.pylint - python312Packages.python-lsp-server - ripgrep - rsync - rustup - shellcheck - shfmt - texliveFull - typescript-language-server - vscode-langservers-extracted - wget - yt-dlp - zig - zls - ]; - } -#+end_src -- cgit v1.2.3