diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-22 12:45:52 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-22 12:45:52 -0600 |
| commit | 26a3353104996f8e9531b6755a5892c1548885e3 (patch) | |
| tree | fe3c03eb4435b5103c38248f2e4dfdb6407ad59a | |
| parent | eeeb4e22167982715bad2faee445c819a544dcdc (diff) | |
hypr-plugins barely even has any plugins
| -rw-r--r-- | flake.lock | 32 | ||||
| -rw-r--r-- | flake.nix | 4 | ||||
| -rw-r--r-- | home-manager/home.nix | 2 |
3 files changed, 4 insertions, 34 deletions
@@ -176,11 +176,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1713778289, - "narHash": "sha256-h3ufswObZ8qUxQewTc5L173ILfV6JBQ+IaN1aN9RPjY=", + "lastModified": 1713808098, + "narHash": "sha256-dtxj6PZkKw6q+q+KMKxWjYZCmEZsGC4ytDswmYe2MiM=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "e1644e91ead7cdef5d08bfe6a579c4478a816a8e", + "rev": "855a516596fa8a15aea7cf4b4068aba0293a9615", "type": "github" }, "original": { @@ -189,31 +189,6 @@ "type": "github" } }, - "hyprland-plugins": { - "inputs": { - "hyprland": [ - "hyprland" - ], - "systems": [ - "hyprland-plugins", - "hyprland", - "systems" - ] - }, - "locked": { - "lastModified": 1713607544, - "narHash": "sha256-nbqQmhvYbDVC/5YiZLSGj5r14cOk2k6TGPpP2TtCfhI=", - "owner": "hyprwm", - "repo": "hyprland-plugins", - "rev": "9971fec974a9d94a2a1b1d68d5ada5fc59fec053", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "hyprland-plugins", - "type": "github" - } - }, "hyprland-protocols": { "inputs": { "nixpkgs": [ @@ -417,7 +392,6 @@ "catppuccin-starship": "catppuccin-starship", "home-manager": "home-manager", "hyprland": "hyprland", - "hyprland-plugins": "hyprland-plugins", "nix-colors": "nix-colors", "nixos-generators": "nixos-generators", "nixpkgs": "nixpkgs", @@ -19,10 +19,6 @@ url = "github:hyprwm/Hyprland"; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; - hyprland-plugins = { - url = "github:hyprwm/hyprland-plugins"; - inputs.hyprland.follows = "hyprland"; - }; nix-colors.url = "github:misterio77/nix-colors"; diff --git a/home-manager/home.nix b/home-manager/home.nix index 9708d8e..dc64818 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -1,4 +1,4 @@ -{ pkgs, hyprland-plugins, ... }: +{ pkgs, ... }: # let # home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz"; # unstable = import <nixpkgs-unstable>{}; |
