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 {
nixpkgs.config = {
allowUnfree = true;
};
home.packages = with pkgs; [
grim
slurp
wl-clipboard
xfce.thunar
blueberry
brightnessctl
libdbusmenu-gtk3
];
})
(mkIf (pkgs.stdenv.hostPlatform == "x86_64-linux") {
home.packages = with pkgs; [
@@ -56,13 +65,6 @@
requests
]))
grim
slurp
wl-clipboard
xfce.thunar
blueberry
brightnessctl
libdbusmenu-gtk3
];
})