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
+9 -5
View File
@@ -1,7 +1,11 @@
{
imports = [
../../packages/steam/default.nix
../../packages/hyprland/default.nix
../../packages/matugen/default.nix
];
imports =
[
../../packages/hyprland/default.nix
../../packages/matugen/default.nix
]
++ [
../../packages/steam/default.nix
../../packages/bottles/default.nix
];
}
-1
View File
@@ -19,7 +19,6 @@
++ [
../../packages/mangohud/home.nix
../../packages/protonup/home.nix
../../packages/bottles/home.nix
../../packages/lutris/home.nix
];
}
+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
];
}