diff --git a/flake.lock b/flake.lock index 5f99f15..941cdc0 100644 --- a/flake.lock +++ b/flake.lock @@ -68,26 +68,6 @@ "type": "github" } }, - "dolphin-overlay": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1743892246, - "narHash": "sha256-AHeavUWjnDPT/hffE5hM8RIew+mZJSSr9tUEiSvZW30=", - "owner": "rumboon", - "repo": "dolphin-overlay", - "rev": "55fec3268972876890d6081d3d76a701c37c01d7", - "type": "github" - }, - "original": { - "owner": "rumboon", - "repo": "dolphin-overlay", - "type": "github" - } - }, "firefox-gnome-theme": { "flake": false, "locked": { @@ -218,26 +198,6 @@ "type": "gitlab" } }, - "hexecute": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1765826167, - "narHash": "sha256-iXQzLgZYzzD6b82Oa1nLvQKvUHrdOWgJi3awhW5YWrk=", - "owner": "ThatOtherAndrew", - "repo": "Hexecute", - "rev": "2105ee3f80a748bd4e270e8092fc12be4be927b6", - "type": "github" - }, - "original": { - "owner": "ThatOtherAndrew", - "repo": "Hexecute", - "type": "github" - } - }, "home-manager": { "inputs": { "nixpkgs": [ @@ -363,9 +323,7 @@ }, "root": { "inputs": { - "dolphin-overlay": "dolphin-overlay", "floatc": "floatc", - "hexecute": "hexecute", "home-manager": "home-manager", "nixpkgs": "nixpkgs", "nvf": "nvf", diff --git a/home/modules/rice.nix b/home/modules/rice.nix index f4cbb3b..a4ca13d 100644 --- a/home/modules/rice.nix +++ b/home/modules/rice.nix @@ -12,7 +12,7 @@ btop fastfetch oh-my-posh - inputs.floatc.packages.${pkgs.system}.default + inputs.floatc.packages.${pkgs.stdenv.hostPlatform.system}.default ]; gtk.enable = true;