moved bottles to system

This commit is contained in:
kenji
2025-07-09 17:02:46 -05:00
parent 3096697e35
commit dcf30faa51
4 changed files with 14 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
bottles
];
}
-5
View File
@@ -1,5 +0,0 @@
{pkgs, ...}: {
home.packages = with pkgs; [
bottles
];
}