flake.nix: add hyprsplit and hy3

a
This commit is contained in:
Charlie Root 2024-10-18 11:54:41 +02:00
commit eef68175cc
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
2 changed files with 51 additions and 0 deletions

42
flake.lock generated
View file

@ -419,6 +419,26 @@
"type": "github"
}
},
"hy3": {
"inputs": {
"hyprland": [
"hyprland"
]
},
"locked": {
"lastModified": 1729122023,
"narHash": "sha256-OJNfAveVogmpSIJ7V3eCSWVGvmWOVQfMQTfOpK163HQ=",
"owner": "outfoxxed",
"repo": "hy3",
"rev": "29293bf7d509cd18e25a59e15841538fcdef580a",
"type": "github"
},
"original": {
"owner": "outfoxxed",
"repo": "hy3",
"type": "github"
}
},
"hyprcursor": {
"inputs": {
"hyprlang": [
@ -559,6 +579,26 @@
"type": "github"
}
},
"hyprsplit": {
"inputs": {
"hyprland": [
"hyprland"
]
},
"locked": {
"lastModified": 1729107922,
"narHash": "sha256-jWyyVZz2vLDlXvPm8Wm5i/bd3eCk1bKofD8SSFdu5PY=",
"owner": "shezdy",
"repo": "hyprsplit",
"rev": "22c2e79bba61b56971d7b5363d047f2a5c7b8c71",
"type": "github"
},
"original": {
"owner": "shezdy",
"repo": "hyprsplit",
"type": "github"
}
},
"hyprutils": {
"inputs": {
"nixpkgs": [
@ -2764,8 +2804,10 @@
"flake-parts": "flake-parts",
"helix": "helix",
"home-manager": "home-manager",
"hy3": "hy3",
"hyprland": "hyprland",
"hyprland-plugins": "hyprland-plugins",
"hyprsplit": "hyprsplit",
"impermanence": "impermanence",
"lix-module": "lix-module",
"neovim-flake": "neovim-flake",

View file

@ -39,6 +39,15 @@
url = "github:Duckonaut/split-monitor-workspaces";
inputs.hyprland.follows = "hyprland";
};
hyprsplit = {
url = "github:shezdy/hyprsplit";
inputs.hyprland.follows = "hyprland";
};
hy3 = {
url = "github:outfoxxed/hy3";
inputs.hyprland.follows = "hyprland";
};
# Treefmt provides formatting for all files in my flake.
treefmt-nix.url = "github:numtide/treefmt-nix";