mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 06:00:45 -06:00
formatting
This commit is contained in:
parent
df15bc9621
commit
65664246a5
1 changed files with 1 additions and 5 deletions
|
@ -9,9 +9,5 @@ let
|
||||||
cfg = config.oizys.languages;
|
cfg = config.oizys.languages;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
config = mkIfIn "nushell" cfg {
|
config = mkIfIn "nushell" cfg { environment.systemPackages = with pkgs; [ nushell ]; };
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
nushell
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue