feat: nix -> lix

This commit is contained in:
matt1432 2024-07-23 21:40:13 -04:00
parent 92398d5cbf
commit 5ad37a0439
7 changed files with 121 additions and 129 deletions
modules/desktop/desktop-environment/home

View file

@ -12,7 +12,7 @@ in
mkIf cfg.isTouchscreen {
wayland.windowManager.hyprland = {
plugins = [
(hyprgrass.packages.${pkgs.system}.default.overrideAttrs (o:{
(hyprgrass.packages.${pkgs.system}.default.overrideAttrs (o: {
nativeBuildInputs = o.nativeBuildInputs ++ [pkgs.meson];
}))
];