diff options
| -rw-r--r-- | configuration.nix | 2 | ||||
| -rwxr-xr-x | home.nix | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index c6f4258..c1f6dc6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -107,7 +107,7 @@ nodejs_25 go lazygit - libgcc + gcc ]; fonts.packages = with pkgs; [ @@ -90,7 +90,6 @@ in pkgs.slurp pkgs.dmenu-wayland pkgs.javaPackages.compiler.temurin-bin.jdk-25 - pkgs.libgcc ]; home.activation.dotfiles = lib.hm.dag.entryAfter [ "writeBoundary" ] '' |
