remove ags

This commit is contained in:
Chris Cochrun 2024-12-06 09:25:33 -06:00
parent 3626b8f902
commit 62e97a00ff
4 changed files with 18 additions and 62 deletions

View file

@ -31,10 +31,10 @@
url = "github:elkowar/eww";
inputs.nixpkgs.follows = "nixpkgs";
};
ags = {
url = "github:Aylur/ags";
inputs.nixpkgs.follows = "nixpkgs";
};
# ags = {
# url = "github:Aylur/ags";
# inputs.nixpkgs.follows = "nixpkgs";
# };
emacs = {
url = "github:nix-community/emacs-overlay/dd38645351b6f14cda47c81456131c86b11386db";
inputs.nixpkgs.follows = "nixpkgs";
@ -64,7 +64,7 @@
emacs,
nix-bitcoin,
eww,
ags,
# ags,
stylix, ... }:
let
system = "x86_64-linux";
@ -117,7 +117,7 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = { inherit ags; };
# home-manager.extraSpecialArgs = { inherit ags; };
home-manager.users.chris = import ./home/home.nix;
home-manager.sharedModules = [ plasma-manager.homeManagerModules.plasma-manager ];
}
@ -137,7 +137,7 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = { inherit ags; };
# home-manager.extraSpecialArgs = { inherit ags; };
home-manager.users.chris = import ./home/home.nix;
}
];