Compare commits

..

No commits in common. "b0aa81270d0c0ba87adfa4ec3735b151053d0b1d" and "3331ce1634fb32d020edda961b8e1cce79e0b39c" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -24,8 +24,6 @@ with pkgs;
tmux
starship
deprekages._7zz
gnused
gnugrep
# Backup things.
keepassxc
@ -257,6 +255,5 @@ with pkgs;
ethtool
]
else
[
]
[ ]
)

View file

@ -84,7 +84,7 @@ if not 'XONSH_HAS_NIXOS' in ${...}:
$XONSH_HAS_NIXOS = False;
if not $XONSH_HAS_NIXOS:
if (p"/etc/lsb_release".exists()) && !(grep -q "DISTRIB_ID=nixos" /etc/lsb-release).returncode == 0:
if !(grep -q "DISTRIB_ID=nixos" /etc/lsb-release).returncode == 0:
if XONSHRC_VERBOSE:
print("Found a NixOS machine; automatically loading the NixOS extensions.")
try_source("includes/nixos")