Create develpoment module

This commit is contained in:
Greg Hellings
2024-08-04 19:01:13 -05:00
parent bbf77909b1
commit 7b67f63295
3 changed files with 23 additions and 2 deletions
+8 -2
View File
@@ -1,6 +1,12 @@
{ pkgs, config, ... }:
{
greg.gnome = true;
greg.gui = true;
greg = {
development = true;
gnome = true;
gui = true;
};
home.packages = with pkgs; [
cargo
];
}