fix(wsl): remove NixOS default shell aliases for cross-platform consistency
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
{ username, ... }:
|
{ lib, username, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
# ── Shell ─────────────────────────────────────────────
|
||||||
|
# Remove NixOS default aliases (ls/ll/l) — managed by Home Manager eza
|
||||||
|
environment.shellAliases = lib.mkForce { };
|
||||||
|
|
||||||
# ── WSL ──────────────────────────────────────────────
|
# ── WSL ──────────────────────────────────────────────
|
||||||
wsl = {
|
wsl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user