diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 1 insertions, 6 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | { | 1 | { |
| 2 | description = "Combined nix flake: darwin system (RyanMac) + standalone home-manager for Guix (ryan@linux)"; | 2 | description = "My main dotfiles flake"; |
| 3 | 3 | ||
| 4 | inputs = { | 4 | inputs = { |
| 5 | nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; | 5 | nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; |
| @@ -46,12 +46,7 @@ | |||
| 46 | flake = false; | 46 | flake = false; |
| 47 | }; | 47 | }; |
| 48 | 48 | ||
| 49 | # Linux-only. hyprland/hyprlock/hypridle/hyprpicker/wpaperd/kanshi/pyprland | ||
| 50 | # all now ship in nixpkgs itself, so only the pieces nixpkgs doesn't carry | ||
| 51 | # need their own flake input: | ||
| 52 | nixgl = { | 49 | nixgl = { |
| 53 | # Ryan's fork exists to patch Guix's mesa/OpenGL mismatch, unrelated to | ||
| 54 | # nixpkgs version - keep tracking it regardless of the nixpkgs bump. | ||
| 55 | url = "github:ryan77627/nixGL"; | 50 | url = "github:ryan77627/nixGL"; |
| 56 | inputs.nixpkgs.follows = "nixpkgs"; | 51 | inputs.nixpkgs.follows = "nixpkgs"; |
| 57 | }; | 52 | }; |
