1
0
Fork 0
nix-system-configurations/home-manager/utdallas/secrets.nix

10 lines
169 B
Nix

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