10 lines
169 B
Nix
10 lines
169 B
Nix
# SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
{ ... }:
|
|
{
|
|
programs = {
|
|
password-store.enable = true;
|
|
};
|
|
}
|