hyprland home manager version

This commit is contained in:
DACHXY 2024-12-29 16:12:18 +08:00
parent f317b141f7
commit 6997c5a968
11 changed files with 67 additions and 69 deletions

View file

@ -1,16 +1,23 @@
{ pkgs, lib, inputs, ... }:
{ pkgs, lib, inputs, system, ... }:
{
home.packages = with pkgs; [
# wayland
];
systemd.user.targets.hyprland-session.Unit.Wants = [
"xdg-desktop-autostart.target"
];
# Have not figured out how to config throught homeManager yet
wayland.windowManager.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
xwayland.enable = true;
systemd.enable = true;
plugins = [
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprbars
inputs.hyprgrass.packages.${pkgs.system}.default
inputs.hyprland-plugins.packages.${system}.hyprbars
inputs.hyprgrass.packages.${system}.default
];
settings = {