Failed attempts at fixing hyprland

This commit is contained in:
2024-05-24 00:00:47 +02:00
parent cf7bbd9557
commit 2ce97c825a
5 changed files with 18 additions and 205 deletions

View File

@@ -9,7 +9,10 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland.url = "github:hyprwm/Hyprland";
# hyprland = {
# url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
# inputs.nixpkgs.follows = "nixpkgs";
# };
sops-nix.url = "github:Mic92/sops-nix";
notlistener.url = "git+https://git.t-juice.club/torjus/notlistener?ref=master";
ghettoptt.url = "git+https://git.t-juice.club/torjus/ghettoptt?ref=master";
@@ -19,7 +22,6 @@
{ self
, nixpkgs
, nixpkgs-stable
, hyprland
, sops-nix
, notlistener
, ghettoptt