compat: pin hy3 with nixpkgs
This commit is contained in:
parent
6776e41e56
commit
7477a29500
2 changed files with 2 additions and 8 deletions
|
|
@ -13,10 +13,6 @@ inputs = {
|
|||
home-manager.url = "github:nix-community/home-manager/master";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# TODO: Remove on next update
|
||||
hy3.url = "github:outfoxxed/hy3";
|
||||
hy3.flake = false;
|
||||
|
||||
tokyo-night-sddm-src.url = "github:rototrash/tokyo-night-sddm";
|
||||
tokyo-night-sddm-src.flake = false;
|
||||
macos-hyprcursor-src.url = "github:driedpampas/macOS-hyprcursor";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, hy3, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
scripts = ./scripts;
|
||||
in {
|
||||
|
|
@ -7,9 +7,7 @@ in {
|
|||
systemd.enable = true;
|
||||
xwayland.enable = true;
|
||||
|
||||
plugins = [ (pkgs.hyprlandPlugins.hy3.overrideAttrs {
|
||||
src = hy3;
|
||||
}) ];
|
||||
plugins = [ pkgs.hyprlandPlugins.hy3 ];
|
||||
|
||||
settings = let
|
||||
# Volume using pamixer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue