8 lines
111 B
Nix
8 lines
111 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
vscode-fhs
|
|
opencode
|
|
quickemu
|
|
];
|
|
} |