From ad35d94ecc75db6dccebe18d83cd71a92f3b16cb Mon Sep 17 00:00:00 2001 From: SamLukeYes Date: Sat, 3 Dec 2022 17:42:47 +0800 Subject: xonsh: migrate to /etc/xonsh/xonshrc --- nixos/modules/programs/xonsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/modules/programs/xonsh.nix') diff --git a/nixos/modules/programs/xonsh.nix b/nixos/modules/programs/xonsh.nix index 3223761f934..7202ed06c6a 100644 --- a/nixos/modules/programs/xonsh.nix +++ b/nixos/modules/programs/xonsh.nix @@ -46,8 +46,8 @@ in config = mkIf cfg.enable { - environment.etc.xonshrc.text = '' - # /etc/xonshrc: DO NOT EDIT -- this file has been generated automatically. + environment.etc."xonsh/xonshrc".text = '' + # /etc/xonsh/xonshrc: DO NOT EDIT -- this file has been generated automatically. if not ''${...}.get('__NIXOS_SET_ENVIRONMENT_DONE'): -- cgit 1.4.1