ags is finally mostly setup...
This commit is contained in:
parent
3eda03e1d8
commit
7311597752
18 changed files with 26906 additions and 202 deletions
14
flake.nix
14
flake.nix
|
@ -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;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue