feat: finally got hyprland working

This commit is contained in:
Nick 2025-02-03 02:00:27 -06:00
parent 17ea540427
commit c8e774a0ca
12 changed files with 66 additions and 13 deletions

38
flake.lock generated
View file

@ -126,6 +126,22 @@
"type": "github"
}
},
"flake-compat_5": {
"flake": false,
"locked": {
"lastModified": 1733328505,
"narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
@ -708,6 +724,7 @@
"pre-commit-hooks-nix": "pre-commit-hooks-nix",
"sops-nix": "sops-nix_2",
"systems": "systems_5",
"waybar": "waybar",
"yazi": "yazi"
}
},
@ -950,6 +967,27 @@
"type": "github"
}
},
"waybar": {
"inputs": {
"flake-compat": "flake-compat_5",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1738399335,
"narHash": "sha256-OvtDGDUX0P5oz/LzhzeAcGfd6ihlUHPMKR4CZgnScTA=",
"owner": "Alexays",
"repo": "Waybar",
"rev": "0d5a4f82eca6df03b73908244d1dcd5fec2c3584",
"type": "github"
},
"original": {
"owner": "Alexays",
"repo": "Waybar",
"type": "github"
}
},
"yazi": {
"inputs": {
"flake-utils": "flake-utils_5",