4 lines
101 B
Nix
4 lines
101 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [ vscodium-fhs ];
|
|
xdg.desktopEntries.codium = { };
|
|
}
|