added astal
This commit is contained in:
@@ -7,10 +7,19 @@
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs"; # ensures version follows nixpkgs
|
||||
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
ags.url = "github:aylur/ags";
|
||||
|
||||
astal = {
|
||||
url = "github:aylur/astal";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
ags = {
|
||||
url = "github:aylur/ags";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, ags, ... } @ inputs:
|
||||
outputs = { self, nixpkgs, home-manager, ags, astal, ... } @ inputs:
|
||||
let
|
||||
lib = nixpkgs.lib;
|
||||
system = "x86_64-linux";
|
||||
@@ -25,7 +34,7 @@
|
||||
};
|
||||
homeConfigurations = {
|
||||
biscuit = home-manager.lib.homeManagerConfiguration {
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
extraSpecialArgs = { inherit inputs system; };
|
||||
inherit pkgs;
|
||||
modules = [ ./home-manager/home.nix
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user