Change structure
This commit is contained in:
@@ -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"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user