Use new i3utils package
This commit is contained in:
@@ -5,12 +5,13 @@
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
i3utils.url = "git+https://git.sr.ht/~dpatterbee/i3utils?ref=main";
|
||||
i3utils.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
home-manager.url = "github:nix-community/home-manager/master";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, home-manager, i3utils, ... }:
|
||||
outputs = { nixpkgs, home-manager, i3utils, ... }@inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
|
||||
@@ -26,10 +27,6 @@
|
||||
modules = [
|
||||
./hosts/${hostname}/configuration.nix
|
||||
|
||||
({ pkgs, ... }: {
|
||||
nixpkgs.overlays = [ i3utils.overlay ];
|
||||
})
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
@@ -39,6 +36,8 @@
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
specialArgs = {inherit inputs;};
|
||||
};
|
||||
|
||||
in {
|
||||
|
||||
Reference in New Issue
Block a user