diff --git a/flake.lock b/flake.lock index f771c8a..a1fcd14 100644 --- a/flake.lock +++ b/flake.lock @@ -33,6 +33,26 @@ "type": "github" } }, + "dzgui-nix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1742179690, + "narHash": "sha256-s/q3OWRe5m7kwDcAs1BhJEj6aHc5bsBxRnLP7DM77xE=", + "owner": "lelgenio", + "repo": "dzgui-nix", + "rev": "a6d68720c932ac26d549b24f17c776bd2aeb73b4", + "type": "github" + }, + "original": { + "owner": "lelgenio", + "repo": "dzgui-nix", + "type": "github" + } + }, "firefox-addons": { "inputs": { "nixpkgs": [ @@ -556,6 +576,7 @@ }, "root": { "inputs": { + "dzgui-nix": "dzgui-nix", "firefox-addons": "firefox-addons", "home-manager": "home-manager", "hyprland": "hyprland", diff --git a/flake.nix b/flake.nix index c61b208..064d4b0 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,10 @@ url = "github:lilyinstarlight/nixos-cosmic"; inputs.nixpkgs.follows = "nixpkgs"; }; + dzgui-nix = { + url = "github:lelgenio/dzgui-nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index 9004b93..ecb5aa5 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -3,6 +3,7 @@ # and in the NixOS manual (accessible by running ‘nixos-help’). { config, + inputs, pkgs, ... }: { @@ -80,6 +81,7 @@ gimp git hive.transcode-davinci-resolve + inputs.dzgui-nix.packages.${pkgs.stdenv.system}.default insomnia kdePackages.kdenlive krita