Forgot to remove ags from flake.nix

This commit is contained in:
CronyAkatsuki 2025-02-05 21:15:44 +01:00
parent 9f35a94cdd
commit b9047c1c93

View file

@ -25,9 +25,6 @@
url = "github:AdnanHodzic/auto-cpufreq";
inputs.nixpkgs.follows = "nixpkgs";
};
# ags for cool widgets
ags.url = "github:aylur/ags";
};
outputs = {
@ -58,7 +55,6 @@
imports = [
./hosts/nixos/home.nix
./modules/home-manager
inputs.ags.homeManagerModules.default
];
};
}