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 @@
{ unstable, hyprland, hy3, waybar, ... }:
{ ... }@inputs:
let
aliases = import ../../modules/aliases.nix;
in
@ -11,15 +11,13 @@ in
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = {
inherit unstable;
inherit hyprland;
inherit hy3;
inherit waybar;
inherit inputs;
};
home-manager.users.gandalf = { pkgs, ... }: {
imports = [
hyprland.homeManagerModules.default
inputs.hyprland.homeManagerModules.default
inputs.ags.homeManagerModules.default
./modules
];