File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 wayland . windowManager . hyprland = {
1212 enable = true ;
1313 plugins = [ inputs . hypr-dynamic-cursors . packages . ${ pkgs . system } . hypr-dynamic-cursors ] ;
14+ extraConfig = builtins . readFile ( lib . from-root "config/hypr/hyprland.conf" ) ;
1415 } ;
1516 # TODO: ensure home manager standalone can still work
1617 # TODO: factor out modules into shared files
Original file line number Diff line number Diff line change 1111 wayland . windowManager . hyprland = {
1212 enable = true ;
1313 plugins = [ inputs . hypr-dynamic-cursors . packages . ${ pkgs . system } . hypr-dynamic-cursors ] ;
14+ extraConfig = builtins . readFile ( lib . from-root "config/hypr/hyprland.conf" ) ;
1415 } ;
1516 # TODO: ensure home manager standalone can still work
1617 # TODO: factor out modules into shared files
Original file line number Diff line number Diff line change 1111 wayland . windowManager . hyprland = {
1212 enable = true ;
1313 plugins = [ inputs . hypr-dynamic-cursors . packages . ${ pkgs . system } . hypr-dynamic-cursors ] ;
14- # lib.from-root "config/hypr/hyprland.conf"
15- extraConfig = '''' ;
14+ extraConfig = builtins . readFile ( lib . from-root "config/hypr/hyprland.conf" ) ;
1615 } ;
1716 # TODO: ensure home manager standalone can still work
1817 # TODO: factor out modules into shared files
Original file line number Diff line number Diff line change 33 pkgs-hyprland = inputs . hyprland . inputs . nixpkgs . legacyPackages . ${ pkgs . stdenv . hostPlatform . system } ;
44in
55{
6- hardware . opengl = {
7- package = pkgs-hyprland . mesa . drivers ;
8- package32 = pkgs-hyprland . pkgsi686Linux . mesa . drivers ;
9- } ;
106 hardware . graphics = {
117 enable = true ;
128 enable32Bit = true ;
9+ package = pkgs-hyprland . mesa . drivers ;
10+ package32 = pkgs-hyprland . pkgsi686Linux . mesa . drivers ;
1311 } ;
1412 programs . hyprland = {
1513 enable = true ;
You can’t perform that action at this time.
0 commit comments