diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-04-18 15:14:14 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-04-18 15:14:14 +0200 |
| commit | 6708d31eeec7dd19cfac5a7dbf469812436acfb9 (patch) | |
| tree | b759542d5442b73d6c8703c7139a096e7650f6af /home-modules/apps | |
| parent | 4ea016bb3f2857abc4de506a5e81aaba881d5cc7 (diff) | |
Nix flake update
- Remove GTK theming for now
- Add cors for email
- Uninstall iamb due to build errors
Diffstat (limited to 'home-modules/apps')
| -rw-r--r-- | home-modules/apps/default.nix | 2 | ||||
| -rw-r--r-- | home-modules/apps/nvim/default.nix | 1 |
2 files changed, 1 insertions, 2 deletions
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 |
