mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
8 lines
112 B
Nix
8 lines
112 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
zed-editor
|
|
firefox
|
|
];
|
|
|
|
home.stateVersion = "25.05";
|
|
}
|