Change structure

This commit is contained in:
2026-04-12 15:41:44 +02:00
parent 4ed0b94da5
commit 2802cfe28d
14 changed files with 7 additions and 10 deletions
-10
View File
@@ -1,10 +0,0 @@
{ pkgs, ... }:
{
services.flatpak.packages = [
"io.github.flattool.Warehouse"
];
environment.systemPackages = with pkgs; [
zed-editor
];
}
@@ -2,5 +2,6 @@
{
environment.systemPackages = with pkgs; [
pods
zed-editor
];
}
@@ -0,0 +1,6 @@
{ ... }:
{
services.flatpak.packages = [
"io.github.flattool.Warehouse"
];
}