formatted

This commit is contained in:
atagen 2023-04-21 01:58:39 +10:00
parent ba1684c8d4
commit 737ca01e49
24 changed files with 468 additions and 411 deletions

View file

@ -1,10 +1,10 @@
inputs: _: prev: {
hyprland-s76 = prev.callPackage ./hyprland-system76-scheduler-integration.nix {};
swayosd = prev.callPackage ./homepkgs/swayosd.nix {};
wlogout_style_base = dots/wlogout/style.css;
wlogout_style = prev.runCommandLocal "wlogout_style_base" {wlogpath = lib.strings.escape ["/"] "${pkgs.wlogout}";} ''
cp ${wlogout_style_base} $out
sed -i "s/\/usr\/share\/wlogout/$wlogpath\/share\/wlogout/g" $out
sed -i "s/\/etc\/wlogout/$wlogpath\/etc\/wlogout/g" $out
'';
hyprland-s76 = prev.callPackage ./hyprland-system76-scheduler-integration.nix {};
swayosd = prev.callPackage ./homepkgs/swayosd.nix {};
wlogout_style_base = dots/wlogout/style.css;
wlogout_style = prev.runCommandLocal "wlogout_style_base" {wlogpath = lib.strings.escape ["/"] "${pkgs.wlogout}";} ''
cp ${wlogout_style_base} $out
sed -i "s/\/usr\/share\/wlogout/$wlogpath\/share\/wlogout/g" $out
sed -i "s/\/etc\/wlogout/$wlogpath\/etc\/wlogout/g" $out
'';
}