diff --git a/flake.lock b/flake.lock index 65dea74..bcb50e4 100644 --- a/flake.lock +++ b/flake.lock @@ -489,13 +489,13 @@ "locked": { "lastModified": 1707825078, "narHash": "sha256-hTfge2J2W+42SZ7VHXkf4kjU+qzFqPeC9k66jAUBMHk=", - "owner": "misterio77", + "owner": "itepastra", "repo": "nix-colors", "rev": "b01f024090d2c4fc3152cd0cf12027a7b8453ba1", "type": "github" }, "original": { - "owner": "misterio77", + "owner": "itepastra", "repo": "nix-colors", "type": "github" } diff --git a/flake.nix b/flake.nix index 041199b..73298f4 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; nix-colors = { - url = "github:misterio77/nix-colors"; + url = "github:itepastra/nix-colors"; }; home-manager = { diff --git a/modules/automapaper/default.nix b/modules/automapaper/default.nix index 1689584..13f9289 100644 --- a/modules/automapaper/default.nix +++ b/modules/automapaper/default.nix @@ -15,15 +15,15 @@ in description = "the shader executed to get the state for the initialisation, and re-initialisation steps"; }; state = lib.mkOption { - type = str; # TODO: make filepath possible as well + type = str; description = "the shader executed to increment the state to the next generation"; }; display = lib.mkOption { - type = str; # TODO: make filepath possible as well + type = str; description = "the shader executed to display the state to the monitor"; }; horizontal = lib.mkOption { - type = int; # TODO: make filepath possible as well + type = int; description = "the amount of horizontal cells in the state"; }; vertical = lib.mkOption {