File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ self : super :
2
+
3
+ let
4
+ # see: https://github.com/hyprwm/Hyprland/issues/9518
5
+ commit = "74d0f34cf396f4fc41ee98b000e7d0a4e277c066" ;
6
+ in
7
+ {
8
+ hyprland = super . hyprland . overrideAttrs ( old : {
9
+ version = "main-${ commit } " ;
10
+
11
+ src = super . fetchFromGitHub {
12
+ owner = "hyprwm" ;
13
+ repo = "hyprland" ;
14
+ fetchSubmodules = true ;
15
+ rev = "${ commit } " ;
16
+ hash = "sha256-8EM3SWF+GRv6CKW99UFQvC+/6586Upb5QSN2jb+Bjoo=" ;
17
+ } ;
18
+ } ) ;
19
+ }
Original file line number Diff line number Diff line change 79
79
inputs . statix . overlays . default
80
80
( import ../home/overlays/bat-lvl )
81
81
( import ../home/overlays/bazecor )
82
+ ( import ../home/overlays/hyprland )
82
83
( import ../home/overlays/hypr-monitor-attached )
83
84
( import ../home/overlays/juno-theme )
84
85
( import ../home/overlays/pyprland )
You can’t perform that action at this time.
0 commit comments