ags is finally mostly setup...

This commit is contained in:
Chris Cochrun 2024-06-25 06:50:44 -05:00
parent 3eda03e1d8
commit 7311597752
18 changed files with 26906 additions and 202 deletions

View file

@ -27,10 +27,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";
inputs.nixpkgs.follows = "nixpkgs";
@ -67,7 +67,7 @@
nix-bitcoin,
libre-presenter,
eww,
# ags,
ags,
stylix,
rust-overlay, ... }:
let
@ -107,7 +107,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;
}
];
@ -124,7 +124,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;
}
];