summary refs log tree commit diff
path: root/nixos/modules/programs/xonsh.nix
diff options
context:
space:
mode:
authorSamLukeYes <samlukeyes123@gmail.com>2022-12-03 17:42:47 +0800
committerSamLukeYes <samlukeyes123@gmail.com>2022-12-03 17:42:47 +0800
commitad35d94ecc75db6dccebe18d83cd71a92f3b16cb (patch)
treed2def018e59462d6cccc99eb78110fb2b1573ef8 /nixos/modules/programs/xonsh.nix
parente76c78d20685a043d23f5f9e0ccd2203997f1fb1 (diff)
downloadnixpkgs-ad35d94ecc75db6dccebe18d83cd71a92f3b16cb.tar
nixpkgs-ad35d94ecc75db6dccebe18d83cd71a92f3b16cb.tar.gz
nixpkgs-ad35d94ecc75db6dccebe18d83cd71a92f3b16cb.tar.bz2
nixpkgs-ad35d94ecc75db6dccebe18d83cd71a92f3b16cb.tar.lz
nixpkgs-ad35d94ecc75db6dccebe18d83cd71a92f3b16cb.tar.xz
nixpkgs-ad35d94ecc75db6dccebe18d83cd71a92f3b16cb.tar.zst
nixpkgs-ad35d94ecc75db6dccebe18d83cd71a92f3b16cb.zip
xonsh: migrate to /etc/xonsh/xonshrc
Diffstat (limited to 'nixos/modules/programs/xonsh.nix')
-rw-r--r--nixos/modules/programs/xonsh.nix4
1 files changed, 2 insertions, 2 deletions
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'):