diff options
Diffstat (limited to '')
| -rw-r--r-- | flake.lock | 41 | ||||
| -rw-r--r-- | flake.nix | 11 | ||||
| -rw-r--r-- | hm/packages/default.nix | 3 |
3 files changed, 1 insertions, 54 deletions
@@ -409,22 +409,6 @@ "type": "github" } }, - "libnbtplusplus": { - "flake": false, - "locked": { - "lastModified": 1772016279, - "narHash": "sha256-7itkptyjoRcXfGLwg1/jxajetZ3a4mDc66+w4X6yW8s=", - "owner": "PrismLauncher", - "repo": "libnbtplusplus", - "rev": "687e43031df0dc641984b4256bcca50d5b3f7de3", - "type": "github" - }, - "original": { - "owner": "PrismLauncher", - "repo": "libnbtplusplus", - "type": "github" - } - }, "nix-darwin": { "inputs": { "nixpkgs": [ @@ -596,29 +580,6 @@ "type": "github" } }, - "prismlauncher": { - "inputs": { - "libnbtplusplus": [ - "libnbtplusplus" - ], - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1787739929, - "narHash": "sha256-sUP/qa2tbIl7/jgiaXPuuDAy3NzWcNdh21OczoGRfAM=", - "owner": "PrismLauncher", - "repo": "PrismLauncher", - "rev": "84e9b0f2255511f6b507aca78ee389a766ab7bad", - "type": "github" - }, - "original": { - "owner": "PrismLauncher", - "repo": "PrismLauncher", - "type": "github" - } - }, "ragenix": { "inputs": { "agenix": [ @@ -665,7 +626,6 @@ "home-manager": "home-manager", "impermanence": "impermanence", "lanzaboote": "lanzaboote", - "libnbtplusplus": "libnbtplusplus", "nix-darwin": "nix-darwin", "nix-github-actions": "nix-github-actions", "nixpkgs": "nixpkgs_2", @@ -673,7 +633,6 @@ "nixpkgs-pinned": "nixpkgs-pinned", "nixpkgs-stable": "nixpkgs-stable", "nixvim": "nixvim", - "prismlauncher": "prismlauncher", "ragenix": "ragenix", "rust-overlay": "rust-overlay", "sops-nix": "sops-nix", @@ -117,17 +117,6 @@ nixpkgs.follows = "nixpkgs"; }; }; - prismlauncher = { - url = "github:PrismLauncher/PrismLauncher"; - inputs = { - libnbtplusplus.follows = "libnbtplusplus"; - nixpkgs.follows = "nixpkgs"; - }; - }; - libnbtplusplus = { - url = "github:PrismLauncher/libnbtplusplus"; - flake = false; - }; #wl-togglescreens = { # url = "git+https://git.project-insanity.org/onny/wl-togglescreens.git?ref=main"; # inputs.nixpkgs.follows = "nixpkgs"; diff --git a/hm/packages/default.nix b/hm/packages/default.nix index e97ae6d..9d6d889 100644 --- a/hm/packages/default.nix +++ b/hm/packages/default.nix @@ -1,7 +1,6 @@ { nixpkgs-pinned, pkgs, - prismlauncher, #wl-togglescreens, ... }: let @@ -133,7 +132,7 @@ in { yambar swaylock swaybg # wallpaper - prismlauncher.packages.${pkgs.system}.prismlauncher # minecraft-launcher + prismlauncher # minecraft-launcher luanti # gameengine #wl-togglescreens.packages.${pkgs.system}.wl-togglescreens # toggle screens |
