Change configuration structure

This commit is contained in:
2026-04-10 23:31:52 +02:00
parent 1df132a22d
commit 4ed0b94da5
4 changed files with 17 additions and 12 deletions
-7
View File
@@ -1,7 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
pods
zed-editor
];
}