7 lines
98 B
Nix
7 lines
98 B
Nix
# TODO(imperanence): handle persistence
|
|
{ pkgs, ... }: {
|
|
home.packages = [
|
|
pkgs.wine
|
|
];
|
|
}
|