small fixes

This commit is contained in:
alisceon 2026-05-11 14:30:57 +02:00
parent 9f9687bf4e
commit 6b492bad2f
5 changed files with 19 additions and 15 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
{
programs.vscode = {
programs.vscodium = {
enable = true;
package = pkgs.vscodium.fhsWithPackages (
ps: with ps; [ git ]