This commit is contained in:
Lucy von Overheidt 2025-09-10 02:21:10 +02:00
parent 1a4ef774e4
commit 201f76f230
8 changed files with 799 additions and 152 deletions

View file

@ -1,6 +1,7 @@
{ config
, pkgs
, ...
{
config,
pkgs,
...
}:
{
imports = [
@ -125,6 +126,9 @@
jaq
wl-clipboard
element-desktop
jetbrains.idea-community
jdk
gradle
];
# basic configuration of git, please change to your own
programs.git = {