snowflake/home/wayland/hyprland/default.nix
notohh 39ef00af7c
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
hyprland: enable csgo plugin
2024-10-08 09:36:13 -04:00

14 lines
297 B
Nix

{inputs, ...}: {
imports = [
inputs.hyprland.homeManagerModules.default
./config/general.nix
./config/binds.nix
./config/rules.nix
./config/plugins.nix
];
wayland.windowManager.hyprland = {
enable = true;
systemd.enable = true;
xwayland.enable = true;
};
}