diff options
Diffstat (limited to 'macos.local/.flake')
-rw-r--r-- | macos.local/.flake/home/core.nix.org | 1 | ||||
-rw-r--r-- | macos.local/.flake/home/programs/core.nix.org | 18 |
2 files changed, 1 insertions, 18 deletions
diff --git a/macos.local/.flake/home/core.nix.org b/macos.local/.flake/home/core.nix.org index 3a84ddb..c4f9722 100644 --- a/macos.local/.flake/home/core.nix.org +++ b/macos.local/.flake/home/core.nix.org @@ -16,6 +16,7 @@ Set up home manager for my user account and import submodules. home.file.".wallpaper".source = ./.wallpaper; home.sessionPath = [ "/opt/homebrew/bin" + "~/.local/bin" ]; home.stateVersion = "24.05"; diff --git a/macos.local/.flake/home/programs/core.nix.org b/macos.local/.flake/home/programs/core.nix.org index 9602758..a06cd3f 100644 --- a/macos.local/.flake/home/programs/core.nix.org +++ b/macos.local/.flake/home/programs/core.nix.org @@ -14,29 +14,11 @@ ]; home.packages = with pkgs; [ - bash-language-server - choose-gui - clang-tools - cmake - cmake-language-server - eza - gcc-arm-embedded - htop - hyfetch - inetutils - ispell - marksman - mpv - ninja - openocd - pinentry_mac python312 python312Packages.black python312Packages.pylint python312Packages.python-lsp-server - sqlite texliveFull - yt-dlp ]; } #+end_src |