This commit is contained in:
2026-04-25 22:45:35 -05:00
parent 715f4911ea
commit cb63ce6b6b
2 changed files with 13 additions and 11 deletions

View File

@@ -38,10 +38,19 @@
(mkIf config.wayland.windowManager.hyprland.enable { (mkIf config.wayland.windowManager.hyprland.enable {
nixpkgs.config = { home.packages = with pkgs; [
allowUnfree = true;
};
grim
slurp
wl-clipboard
xfce.thunar
blueberry
brightnessctl
libdbusmenu-gtk3
];
})
(mkIf (pkgs.stdenv.hostPlatform == "x86_64-linux") {
home.packages = with pkgs; [ home.packages = with pkgs; [
@@ -56,13 +65,6 @@
requests requests
])) ]))
grim
slurp
wl-clipboard
xfce.thunar
blueberry
brightnessctl
libdbusmenu-gtk3
]; ];
}) })

View File

@@ -74,7 +74,7 @@
''; '';
}) })
(useWith (iso ++ pi4 ++ z2w) { (useWith (iso ++ pi4 ++ z2w ++ homebox) {
olympus = { olympus = {
packageSet = "minimal"; packageSet = "minimal";