Add vscodium configuration

This commit is contained in:
Greg Hellings
2023-08-23 14:03:13 -05:00
committed by greg-compass
parent ba6a4e3694
commit 50223fb8f7
4 changed files with 30 additions and 22 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
{ pkgs, lib, gui, gnome,
inputs,
inputs, mac,
...}:
{
@@ -14,7 +14,8 @@
./templates.nix
./vim.nix
./xonsh.nix
] ++ ( if gui then [ ./gui ] else []);
] ++ ( if gui then [ ./gui ] else [])
++ ( if mac then [ ./mac.nix ] else []);
greg.gnome = gnome;