From 69e586190a2fa43250b9ee737ced6ffe76664b24 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Wed, 15 May 2024 20:00:50 -0600 Subject: messing with hyprland --- flake.lock | 2 +- flake.nix | 8 ++++---- modules/nixos/hyprland.nix | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 439cf59..c7a498b 100644 --- a/flake.lock +++ b/flake.lock @@ -168,7 +168,7 @@ "hyprlang": "hyprlang", "hyprwayland-scanner": "hyprwayland-scanner", "nixpkgs": [ - "nixpkgs-unstable" + "nixpkgs" ], "systems": "systems", "xdph": "xdph" diff --git a/flake.nix b/flake.nix index 564aab6..bb77e61 100644 --- a/flake.nix +++ b/flake.nix @@ -15,10 +15,10 @@ # modern window compositor # hyprland.url = "github:hyprwm/Hyprland"; - hyprland = { - url = "github:hyprwm/Hyprland"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + # hyprland = { + # url = "github:hyprwm/Hyprland"; + # inputs.nixpkgs.follows = "nixpkgs"; + # }; nix-colors.url = "github:misterio77/nix-colors"; diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index f19f052..c6c97ed 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -32,7 +32,7 @@ programs = { hyprland = { enable = true; - package = inputs.hyprland.packages.${pkgs.system}.hyprland; + # package = inputs.hyprland.packages.${pkgs.system}.hyprland; # nvidiaPatches = true; }; -- cgit v1.2.3