From 6708d31eeec7dd19cfac5a7dbf469812436acfb9 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sat, 18 Apr 2026 15:14:14 +0200 Subject: Nix flake update - Remove GTK theming for now - Add cors for email - Uninstall iamb due to build errors --- home-modules/apps/default.nix | 2 +- home-modules/apps/nvim/default.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'home-modules/apps') diff --git a/home-modules/apps/default.nix b/home-modules/apps/default.nix index 940573a..13d5fc4 100644 --- a/home-modules/apps/default.nix +++ b/home-modules/apps/default.nix @@ -73,7 +73,7 @@ in }) (lib.mkIf cfg.comms.enable { home.packages = with pkgs; [ - iamb + # iamb # does not compile for some reason ]; }) (lib.mkIf cfg.utils.enable { diff --git a/home-modules/apps/nvim/default.nix b/home-modules/apps/nvim/default.nix index fc73d2d..af95c9b 100644 --- a/home-modules/apps/nvim/default.nix +++ b/home-modules/apps/nvim/default.nix @@ -55,7 +55,6 @@ in nixfmt # phpactor pyright - nodePackages.intelephense texlive.combined.scheme-medium texlab mermaid-cli -- cgit v1.3.1