From 0298add78ce992650ecb702547f4378babb34bf9 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 29 Aug 2023 17:48:09 -0400 Subject: [PATCH] flake.nix: switch back to hyprland flake --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index b528f34..4ae2e8f 100755 --- a/flake.nix +++ b/flake.nix @@ -5,6 +5,10 @@ nixpkgs = { url = "github:nixos/nixpkgs/nixos-unstable"; }; + hyprland = { + url = "github:hyprwm/Hyprland"; + inputs.nixpkgs.follows = "nixpkgs"; + }; deploy-rs = { url = "github:serokell/deploy-rs"; inputs.nixpkgs.follows = "nixpkgs"; @@ -17,10 +21,6 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; - disko = { - url = "github:nix-community/disko"; - inputs.nixpkgs.follows = "nixpkgs"; - }; ironbar = { url = "github:JakeStanger/ironbar"; inputs.nixpkgs.follows = "nixpkgs";