mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-16 04:06:19 +00:00
sync
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
# This is your home-manager configuration file
|
||||
# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix)
|
||||
|
||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
{ inputs, outputs, lib, config, pkgs, ... }:
|
||||
# let getEnv_name = builtins.getEnv name;
|
||||
|
||||
# in
|
||||
{
|
||||
imports = [
|
||||
../../global
|
||||
];
|
||||
@@ -15,7 +19,8 @@
|
||||
secrets.mrconfig = {
|
||||
sopsFile = "${config._secretstore}/user_dotfiles/mrconfig"; # optionally define per-secret files
|
||||
format = "binary";
|
||||
path = "${config.home.homeDirectory}/.mrconfig";
|
||||
# path = "${config.home.homeDirectory}/.mrconfig";
|
||||
path = "${config.home.homeDirectory}/${getEnv_name}";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user