File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 lib ,
3+ inputs ,
34 stateVersion ,
45 pkgs ,
56 ...
67} :
78{
89 imports = [ ( lib . from-root "nixos/home" ) ] ;
910 home-manager . users . backup = {
11+ wayland . windowManager . hyprland = {
12+ enable = true ;
13+ plugins = [ inputs . hypr-dynamic-cursors . packages . ${ pkgs . system } . hypr-dynamic-cursors ] ;
14+ } ;
1015 # TODO: ensure home manager standalone can still work
1116 # TODO: factor out modules into shared files
1217 nixpkgs . config = {
Original file line number Diff line number Diff line change 11{
22 lib ,
3+ inputs ,
34 stateVersion ,
45 pkgs ,
56 ...
67} :
78{
89 imports = [ ( lib . from-root "nixos/home" ) ] ;
910 home-manager . users . root = {
11+ wayland . windowManager . hyprland = {
12+ enable = true ;
13+ plugins = [ inputs . hypr-dynamic-cursors . packages . ${ pkgs . system } . hypr-dynamic-cursors ] ;
14+ } ;
1015 # TODO: ensure home manager standalone can still work
1116 # TODO: factor out modules into shared files
1217 nixpkgs . config = {
You can’t perform that action at this time.
0 commit comments