nix/home-manager/common/desktops/hyprland/default.nix
2024-01-03 22:28:18 +09:00

13 lines
430 B
Nix

{ pkgs, inputs, theme, ... }: {
imports = [
inputs.stylix.homeManagerModules.stylix
./themes/${theme}
# GTK theme applied in home-manager/common/software/cli/bash.nix
# Theme agnostic configs
./common/hyprland/hyprland-binds.nix
./common/swayosd/swayosd-conf.nix
./common/waybar/scripts.nix
];
stylix.image = ../../../../../wallpapers/default/wallpaper1.png;
}