Add homeConfigurations
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
development = true;
|
||||
gnome = true;
|
||||
gui = true;
|
||||
vscodium = true;
|
||||
vscodium = false;
|
||||
zed = true;
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
greg.vscodium.enable = true;
|
||||
greg.vscodium.enable = false;
|
||||
|
||||
home.packages = with pkgs; [ brew ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user