From 5b2093af4030a4cde28a2c21f85c1f0d1d12de2b Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Thu, 31 Oct 2024 21:09:35 -0500 Subject: uncurse my setup --- macos.local/.flake/home/core.nix.org | 1 + macos.local/.flake/home/programs/core.nix.org | 18 ------------------ 2 files changed, 1 insertion(+), 18 deletions(-) (limited to 'macos.local/.flake/home') 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 -- cgit v1.2.3