all repos — char/flake @ a0f2c0558d00a7a884c9e75ead3b572473d93c55

nixos flake

add zed, uv, ffmpeg
Charlotte Som charlotte@som.codes
Mon, 26 Jan 2026 21:03:45 +0000
commit

a0f2c0558d00a7a884c9e75ead3b572473d93c55

parent

24613cad980a56d626a69887aeb1996bd83017f0

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M profiles/runestone/base.nixprofiles/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 ]; }