From b9047c1c936ebacf189e6200136c9b5d376eb7fd Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 5 Feb 2025 21:15:44 +0100 Subject: [PATCH] Forgot to remove ags from flake.nix --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index 9a0a02f..b38d6cd 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ]; }; }