Add vscodium configuration
This commit is contained in:
committed by
greg-compass
parent
ba6a4e3694
commit
50223fb8f7
+3
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user