This commit is contained in:
Lucy Hochkamp 2024-05-28 17:11:54 +02:00
parent ef53eba774
commit e0a8e0ceb2
No known key found for this signature in database
5 changed files with 375 additions and 40 deletions

View file

@ -10,7 +10,7 @@ in
options.ragon.vscode.enable = lib.mkOption { default = false; };
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
nixd
#nixd
nixpkgs-fmt
(unstable.quarto.overrideAttrs (curr: { meta.platforms = [ pkgs.system ]; }))
];