mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
flake update
This commit is contained in:
parent
adf09c05cb
commit
0f0733e961
2 changed files with 17 additions and 18 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-23.05";
|
||||
nixpkgs.url = "nixpkgs/nixos-23.11";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
naersk.url = "github:nix-community/naersk";
|
||||
naersk.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -90,7 +90,6 @@
|
|||
}: {
|
||||
imports = [./hm-module.nix];
|
||||
config = lib.mkIf config.programs.haze.enable {
|
||||
nixpkgs.overlays = [self.overlays.default];
|
||||
programs.haze.package = lib.mkDefault pkgs.haze;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue