add zed, uv, ffmpeg
Charlotte Som charlotte@som.codes
Mon, 26 Jan 2026 21:03:45 +0000
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
profiles/runestone/base.nix
→
profiles/runestone/base.nix
@@ -30,14 +30,12 @@ ];
shell = pkgs.zsh; }; - programs.firefox.enable = true; - programs.firefox.package = unstable-pkgs.firefox-devedition-bin; - environment.systemPackages = (with pkgs; [ vscode nixpkgs-fmt foot + ffmpeg ]) ++ [ pkgs.linuxPackages_latest.perf@@ -55,5 +53,7 @@ uv
]) ++ [ unstable-pkgs.lan-mouse + unstable-pkgs.zed-editor + unstable-pkgs.zed-editor.remote_server ]; }