mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:59:23 +08:00
Compare commits
2 Commits
0cbeb830b9
...
ip-debug
| Author | SHA1 | Date | |
|---|---|---|---|
| c51cdb4fba | |||
| b48355b192 |
@@ -17,7 +17,11 @@ inputs:
|
|||||||
nushell =
|
nushell =
|
||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = "source ${inputs.topInputs.nu-scripts}/aliases/git/git-aliases.nu";
|
extraConfig =
|
||||||
|
''
|
||||||
|
source ${inputs.topInputs.nu-scripts}/aliases/git/git-aliases.nu
|
||||||
|
$env.PATH = ($env.PATH | append ~/bin)
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
carapace.enable = true;
|
carapace.enable = true;
|
||||||
oh-my-posh =
|
oh-my-posh =
|
||||||
|
|||||||
@@ -33,8 +33,6 @@ inputs:
|
|||||||
# resolved does not work in initrd, causing network.target to fail
|
# resolved does not work in initrd, causing network.target to fail
|
||||||
services.resolved.enable = false;
|
services.resolved.enable = false;
|
||||||
};
|
};
|
||||||
# ip=dhcp only attain ipv4
|
|
||||||
kernelParams = [ "ip=on" ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user