diff --git a/nixosModules/ags-v2/config/configurations/wim.ts b/nixosModules/ags-v2/config/configurations/wim.ts index db6a2190..54319ac1 100644 --- a/nixosModules/ags-v2/config/configurations/wim.ts +++ b/nixosModules/ags-v2/config/configurations/wim.ts @@ -32,7 +32,7 @@ export default async() => { }, main: () => { - execAsync('hyprpaper').catch(print); + execAsync('hyprpaper').catch(() => { /**/ }); AppLauncher(); Bar();