diff options
Diffstat (limited to 'nixos/modules/programs/xonsh.nix')
-rw-r--r-- | nixos/modules/programs/xonsh.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/programs/xonsh.nix b/nixos/modules/programs/xonsh.nix index 49cc4906e038..f967ca82ac8c 100644 --- a/nixos/modules/programs/xonsh.nix +++ b/nixos/modules/programs/xonsh.nix @@ -6,8 +6,6 @@ with lib; let - cfge = config.environment; - cfg = config.programs.xonsh; in |