mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 15:04:18 -06:00
note to self
This commit is contained in:
parent
7e1d8829ce
commit
a9a4f2269b
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
let
|
let
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf;
|
||||||
in
|
in
|
||||||
|
# TODO: explore the ability to expand this so that some of the worthwile extensions are also included.
|
||||||
|
# I don't think it will be simple to integrate vscode-fhs and vscode-with-extensions
|
||||||
{
|
{
|
||||||
config = mkIf config.oizys.desktop.enable {
|
config = mkIf config.oizys.desktop.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue