feat: add ags

This commit is contained in:
Jacob Bachmann 2024-04-01 12:29:46 +02:00
parent c47bef985a
commit a51ff38394
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
7 changed files with 78 additions and 24 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, nixosConfig, hy3, config, ... }:
{ pkgs, lib, nixosConfig, config, inputs, ... }:
let
common = (import ../common.nix) { pkgs = pkgs; lib = lib; };
@ -62,7 +62,7 @@ in
wayland.windowManager.hyprland = {
enable = true;
plugins = [ hy3.packages.x86_64-linux.hy3 ];
plugins = [ inputs.hy3.packages.x86_64-linux.hy3 ];
settings = {
env = with lib; with nixosConfig.bchmnn; optionals nvidia.enable [
"CLUTTER_BACKEND,wayland"