This commit is contained in:
Lucy von Overheidt 2025-09-12 20:53:18 +02:00
parent ab7cd37efb
commit a2890ed58a
8 changed files with 163 additions and 75 deletions

View file

@ -1,6 +1,7 @@
{ config
, pkgs
, ...
{
config,
pkgs,
...
}:
{
imports = [
@ -128,6 +129,8 @@
jetbrains.idea-community
jdk
gradle
dust
];
# basic configuration of git, please change to your own
programs.git = {