mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -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;
|
||||
in
|
||||
{
|
||||
config = mkIfIn "nushell" cfg {
|
||||
environment.systemPackages = with pkgs; [
|
||||
nushell
|
||||
];
|
||||
};
|
||||
config = mkIfIn "nushell" cfg { environment.systemPackages = with pkgs; [ nushell ]; };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue