remove ags

This commit is contained in:
Emile Clark-Boman 2026-01-20 09:20:55 +10:00
parent 5153b1d54b
commit c4464eeba2
2 changed files with 1 additions and 4 deletions

View file

@ -24,7 +24,6 @@
#../modules/wm/hypr/hypridle.nix #../modules/wm/hypr/hypridle.nix
../modules/wm/hypr/hyprlock.nix ../modules/wm/hypr/hyprlock.nix
../modules/kanshi.nix ../modules/kanshi.nix
../modules/ags
../modules/mako.nix ../modules/mako.nix
]; ];

View file

@ -231,9 +231,7 @@ in {
home-manager = { home-manager = {
users.me = import ../../homes/me; users.me = import ../../homes/me;
extraSpecialArgs = {inherit inputs pkgs pkgs-unstable;}; extraSpecialArgs = {inherit inputs pkgs pkgs-unstable;};
sharedModules = [ sharedModules = [];
inputs.ags.homeManagerModules.default
];
}; };
# ---- ENVIRONMENT VARIABLES ---- # ---- ENVIRONMENT VARIABLES ----