beep boop

This commit is contained in:
Daniel Olsen
2025-03-25 05:00:07 +01:00
parent 180ecd08a7
commit d6a224a466
4 changed files with 20 additions and 10 deletions

View File

@@ -82,7 +82,7 @@ in
ripgrep
gregctl
wack
# wack
] ++ lib.optionals cfg.plus [
ffmpeg-full
] ++ lib.optionals config.profiles.gui.enable [
@@ -200,7 +200,7 @@ in
};
programs.zed-editor = {
enable = config.profiles.gui.enable;
# enable = config.profiles.gui.enable;
package = pkgs.unstable.zed-editor;
extensions = [
"nix"