editor shit
This commit is contained in:
parent
633a966e52
commit
b11e8347c1
14 changed files with 160 additions and 16 deletions
|
|
@ -16,7 +16,16 @@
|
|||
environment.systemPackages =
|
||||
with pkgs;
|
||||
[
|
||||
nixd
|
||||
nil
|
||||
]
|
||||
++ (if config.apps.development.languages.python.enable then [ virtualenv ] else [ ]);
|
||||
++ (
|
||||
if config.apps.development.languages.python.enable then
|
||||
[
|
||||
virtualenv
|
||||
]
|
||||
else
|
||||
[ ]
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue