This commit is contained in:
death916 2025-12-24 23:19:22 -08:00
parent c1d450597a
commit 77033d1247

View file

@ -1,4 +1,9 @@
{ config, pkgs, inputs, ... }:
{
config,
pkgs,
inputs,
...
}:
{
imports = [
@ -40,5 +45,6 @@
dunst.enable = true;
gtk.enable = true;
kde.enable = true;
zed.enable = true;
};
}