mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 23:09:22 +08:00
Compare commits
2 Commits
157dd0e844
...
ip-debug
| Author | SHA1 | Date | |
|---|---|---|---|
| c51cdb4fba | |||
| b48355b192 |
@@ -17,7 +17,11 @@ inputs:
|
||||
nushell =
|
||||
{
|
||||
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;
|
||||
oh-my-posh =
|
||||
|
||||
@@ -33,8 +33,6 @@ inputs:
|
||||
# resolved does not work in initrd, causing network.target to fail
|
||||
services.resolved.enable = false;
|
||||
};
|
||||
# ip=dhcp only attain ipv4
|
||||
kernelParams = [ "ip=on" ];
|
||||
};
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user